# Python __pycache__/ *.py[cod] *.pyo *.pyd *.so # Virtual envs .venv/ venv/ # Environment / secrets .env .env.* !.env.example # Tooling caches .pytest_cache/ .mypy_cache/ .ruff_cache/ # Runtime outputs logs/ scripts/logs/ *.log *.pid *.sqlite3 # OS / editor .DS_Store .idea/ .vscode/