# ---------------------------------------------------------------------------
# Secrets & private research data — MUST NEVER be committed. See SECURITY.md.
# ---------------------------------------------------------------------------
.env
.env.*
!.env.example
*.key
*.pem
secrets/
credentials/
cookies*.json
*token*.json
*.session
browser-profiles/

# Local runtime data (databases, collected content, exports)
/data/
*.db
*.db-journal
*.sqlite
*.sqlite3
exports/
research/
notes/
private/
workspace/

# ---------------------------------------------------------------------------
# Python
# ---------------------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
*.egg
wheels/
# Output of the packaging gate's `twine check` step.
twine-check.log

# Virtual environments
.venv/
venv/
env/
ENV/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# ---------------------------------------------------------------------------
# Editors / OS
# ---------------------------------------------------------------------------
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
