__pycache__/
*.py[cod]
.pytest_cache/
pytest-cache-files-*/
.ruff_cache/
.tmp/
.venv/
web/node_modules/
.tools/
build/
dist/
*.egg-info/
.coverage
htmlcov/
.DS_Store
Thumbs.db
desktop.ini

# npm / package managers (noise at repo root or under web/)
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# TypeScript / editor noise
*.tsbuildinfo
*.swp
*~

# Local FlightDeck workspace (SQLite ledger + local config); never commit.
.flightdeck/

# Environment and secrets
.env
.env.*
*.pem
*.p12
*.pfx
secrets/
private/

# Common credential filenames (adjust if you add fixtures with similar names).
*credentials*.json
*service-account*.json
google-credentials.json
