# Python __pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ .mypy_cache/ # Virtual environments venv/ .venv/ env/ # Local runtime config (contains network secrets); commit config.yaml.example instead config.yaml # Databases / runtime data *.db *.sqlite3 data/ # OS / editor .DS_Store *.swp