# 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

# Generated reports (from behave-runner report generate)
reports/
report.xlsx
report.json
report.html
report.md
report.txt
behave-modern-md-report.md
.behave-sheets-history.json
trace.json

# Recorded sessions
recordings/

# Behave lint cache
.behave-lint-cache/

# IDE
.idea/
.vscode/
*.swp
