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

# Virtual environments
.venv/
venv/
env/

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

# Test/Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Claude Code auto-memory
.claude/auto-memory/dirty-files

# Agent Audit Kit cache
.agent-audit-kit/

# Benchmark data (downloaded configs)
benchmarks/data/
benchmarks/results.json
benchmarks/site/

# v0.3.3: cve-watcher persistent state
.aak/cve-watcher-state.json
