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

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

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

# pytest
.pytest_cache/
.cache/
htmlcov/
.coverage
coverage.xml
*.cover

# mypy
.mypy_cache/
.dmypy.json

# ruff
.ruff_cache/

# hypothesis (property-based testing)
.hypothesis/

# Test / PBT output artifacts
pbt_out.txt
.pbt_out.txt

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

# macOS
.DS_Store

# Secrets / environment
.env
.env.*
!.env.example

# Logs
*.log

# Kiro
.kiro/

# MkDocs build output
site/

# Local developer helper scripts / scratch output
run_gate.sh
*.out
