barker/.gitignore

12 lines
104 B
Plaintext

*.pyc
env
.project
.pydevproject
*/__pycache__/
.idea/
*.egg-info/
DB/*.sql
barker/static/
build/
dist/