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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
out.json
.coverage.*
htmlcov/
coverage.xml
.tox/

# Mypy
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# Cache (behave-lint runtime)
.cache/
behave_lint_cache/

# Benchmarks
benchmarks/projects/
benchmarks/results/

# MkDocs
site/

# OS
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Temporary
*.tmp
*.bak
*.log

# Reference documents (internal design specs, not published)
ref/
