# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Type checking
.mypy_cache/
.ruff_cache/

# Documentation
site/

# Reference / design docs
ref/

# OS
.DS_Store
Thumbs.db

# Recorded sessions
recordings/

# Behave lint cache
.behave-lint-cache/

# IDE
.idea/
.vscode/
*.swp
