# Python __pycache__/ *.py[cod] *.egg-info/ .venv/ venv/ .python-version # Environment .env .env.local # Editors / OS / Tools .vscode/ .idea/ .DS_Store Thumbs.db .claude/ # Project data data/ *.db *.sqlite *.sqlite3 audit.log logs/ # Inventory secrets (only ship the example) config/inventory.yaml !config/inventory.example.yaml