# Local editors and note tools .obsidian/ .agents/ .vscode/ .idea/ # Local environment and secrets .env .env.* !.env.example !.env.template # Python bytecode and caches __pycache__/ *.py[cod] *$py.class .python-version # Virtual environments .venv/ venv/ env/ ENV/ # Django/runtime generated files db.sqlite3 *.sqlite3 media/ staticfiles/ # Test, lint, and coverage caches .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage .coverage.* htmlcov/ # Logs and temporary files *.log logs/ tmp/ temp/ # OS files .DS_Store Thumbs.db desktop.ini