barker/.gitignore
2019-08-21 08:32:12 +05:30

12 lines
109 B
Plaintext

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