269edc346f
Change-Id: If385fff240a1b9e85203a6e9e5c3cb369f19f73b
48 lines
459 B
Plaintext
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
|