Initial FastAPI + SQLite + Alembic
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# venv / python cache
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# env / secrets
|
||||
.env
|
||||
|
||||
# local data / sqlite
|
||||
data/
|
||||
*.db
|
||||
|
||||
# editor
|
||||
.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user