daphne/.gitignore
Landon Jurgens 5969bbd0f3 Initial implementation of the contribution file
Added IDE/TOOLS section to .gitignore
2016-07-21 12:21:12 -04:00

14 lines
124 B
Plaintext

*.egg-info
dist/
build/
docs/_build
__pycache__/
*.sqlite3
.tox/
*.swp
*.pyc
.coverage.*
TODO
IDE and Tooling files
.idea/*