barker/.gitignore
2020-10-29 07:46:11 +05:30

13 lines
120 B
Plaintext

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