# Secrets and local configuration .env .env.* !.env.example .envrc secrets/ *.pem *.key *.p12 *.pfx # Python __pycache__/ *.py[cod] .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage coverage.xml htmlcov/ .venv/ venv/ .uv-cache/ # Node / frontend node_modules/ dist/ build/ coverage/ .vite/ # Runtime data (manifests and public samples may be committed explicitly) data/raw/ data/interim/ data/processed/ data/*.json data/*.jsonl data/*.csv data/*.parquet data/uploads/ data/indexes/ data/evaluation/private/ eval/ uploads/ backups/ *.sqlite *.sqlite3 # Logs and temporary files logs/ *.log tmp/ temp/ .DS_Store Thumbs.db # IDE .idea/ .vscode/ *.swp *.swo # Docker local overrides compose.override.yaml docker-compose.override.yml # Generated reports runs/ reports/generated/