# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
build/
.eggs/
pip-wheel-metadata/
.pypirc

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

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

# Node
node_modules/
tooldex/ui/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*


# Test / lint caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Logs
logs/
*.log
audit.log
changes.txt

# OS
.DS_Store
Thumbs.db

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

# OPA
*.rego.bak

# Secrets / keys
*.pem
*.key
*.cert
*.p12

# PyPI / packaging
*.whl
*.tar.gz
MANIFEST