17 lines
163 B
Plaintext
17 lines
163 B
Plaintext
# Python / FastAPI backend ignores
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.python-version
|
|
.env
|
|
.env.*
|
|
|
|
# Editor / tooling
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Local data
|
|
storage/
|
|
logs/
|