# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
wheels/

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

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

# Type checking
.mypy_cache/
.ruff_cache/
.pytype/

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

# Secrets / credentials
.env
*.pem
*.key
tokens.json

# Local test outputs (don't commit compiled rules)
*.compiled.json
/output/
