mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-01-20 12:13:08 +01:00
Ignores the annoying hidden macOS files .DS_Store and ._* as well as the IDE configuration folders for contributors using the popular Visual Studio Code and Atom IDEs (more can be added later as needed).
35 lines
299 B
Plaintext
35 lines
299 B
Plaintext
*.py[oc]
|
|
|
|
# Temp files
|
|
*~
|
|
~*
|
|
.*~
|
|
\#*
|
|
.#*
|
|
*#
|
|
dist
|
|
|
|
# Build files
|
|
build
|
|
dist
|
|
pkg
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# Debian Files
|
|
debian/files
|
|
debian/python-aws-hostname*
|
|
|
|
# Sphinx build
|
|
doc/_build
|
|
|
|
# Generated man page
|
|
doc/aws_hostname.1
|
|
|
|
# Annoying macOS files
|
|
.DS_Store
|
|
._*
|
|
|
|
# IDE configuration files
|
|
.vscode
|
|
.atom |