# Environment
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
MANIFEST

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

# Database / cache
*.db
*.sqlite
*.sqlite3
.cache/
~/.cve-mcp/

# Logs
*.log
audit.log

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/
