barker/.gitignore

13 lines
120 B
Plaintext

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