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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Reports (generated output)
reports/
*.json
!examples/*.yaml
!rules/*.yaml

# Environment
.env
*.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/
