barker/.gitignore
tanshu fdfd3dcbfb Added: Alembic for migrations
Moving from Pyramid to FastAPI
2020-06-14 18:43:10 +05:30

12 lines
110 B
Plaintext

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