# Python bytecode __pycache__/ *.py[cod] *.pyo # Virtual environments .venv/ venv/ env/ # Environment / secrets .env # SQLite database (runtime artefact – not source) *.db *.db-shm *.db-wal # Editor / OS noise .DS_Store .idea/ .vscode/ *.swp # Alembic generated migration artefacts that should not be committed carelessly # (comment this out once you start using Alembic for real) # alembic/versions/*.py