# Python cache __pycache__/ *.py[cod] *$py.class *.so # Virtual environments .venv/ venv/ env/ # Test artifacts .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp *.swo # Git .git/ .gitignore # Local env files .env .env.local # Alembic cache alembic/versions/__pycache__/ # Pi lens cache .pi-lens/ # Documentation docs/ *.md # Scripts not needed in container scripts/