mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-24 16:41:10 +01:00
45 lines
355 B
Plaintext
45 lines
355 B
Plaintext
*.py[oc]
|
|
|
|
# Temp files
|
|
*~
|
|
~*
|
|
.*~
|
|
\#*
|
|
.#*
|
|
*#
|
|
dist
|
|
|
|
# Build files
|
|
build
|
|
dist
|
|
pkg
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# Debian Files
|
|
debian/files
|
|
debian/python-github-backup*
|
|
|
|
# Sphinx build
|
|
doc/_build
|
|
|
|
# Generated man page
|
|
doc/github_backup.1
|
|
|
|
# Annoying macOS files
|
|
.DS_Store
|
|
._*
|
|
|
|
# IDE configuration files
|
|
.vscode
|
|
.atom
|
|
|
|
README
|
|
|
|
# RSA
|
|
id_rsa
|
|
id_rsa.pub
|
|
|
|
# Virtual env
|
|
venv
|