anvil/.gitignore

48 lines
459 B
Plaintext

# Python files
*.pyc
/build/
/dist/
*.egg-info
docs/source/sourcecode
# Metafiles
AUTHORS
ChangeLog
TAGS
# Backups
*_flymake.*
*~
# IDE files
.settings/
*.komodoproject
.metadata/
.project
.pydevproject
# PyCharm IDE files
.idea/
pycharm-debug.egg
pycharm-debug.py
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.venv
cover
.testrepository
htmlcov
# Temp and status files
*.db
.*.swp
*.log
*.pid
pidfile
.DS_Store
*.rc
.anvil_bootstrapped