# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg

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

# Distribution / packaging
.installed.cfg
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Environment variables
.env
.env.local
.env.*.local

# Guardian local data (never commit ~/.guardian but also never commit
# any local test keys or usage files in the repo root)
*.guardian_key
test_config.json

# Logs
*.log
*.jsonl

# Secrets
*.pem
*.key

# Internal planning and changelog files
CHANGELOG.md
V1_LAUNCH_PLAN.md
concept.md
