# Secrets and local environment
.env
.env.*
!.env.example
.envrc
.direnv/
.npmrc
.npmrc.*
.yarnrc
.pnpmrc
.netrc
.netrc.*
.pypirc
*.pem
*.key
*.crt
*.p12
*.pfx
*.token
*.secret
*.credentials
*.credentials.*
auth.json
auth.*.json
credentials.json
credentials.*.json
secret.json
secret.*.json
secrets.json
secrets.*.json
token.json
token.*.json
tokens.json
tokens.*.json
.context7/
context7.local.json
context7.*.local.json

# Python environments and tooling
.venv/
venv/
env/
.python-version
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.basedpyright/
.tox/
.nox/
playwright-report/
test-results/

# Coverage and test reports
.coverage
.coverage.*
coverage/
coverage.xml
htmlcov/
.hypothesis/
.benchmarks/
junit*.xml
*.prof
*.sarif
reports/
secret-scan/
secret-scan-results/
secret-scan-report.*
gitleaks-report.*
trufflehog-report.*

# Build and package artifacts
build/
dist/
package/
*.tgz
*.tar
*.tar.gz
*.zip
*.egg-info/
*.egg
pip-wheel-metadata/
node_modules/
.turbo/
.next/

# Hermes, Codex, and local agent state
.hermes/
.codex/
.agents/
.playwright-cli/
sessions/
logs/
*.log
*.log.*
*.db
*.sqlite
*.sqlite3

# Private outreach and operator notes
docs/private/
docs/*.local.md
docs/*OUTREACH*.md
docs/*HANDOFF*.md

# OS, editor, and temporary files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~
.cache/
*.ipynb
.ipynb_checkpoints/
screenshots/
.tmp/
tmp/
temp/
