# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyd

# Virtual environments
.venv/
venv/
env/

# Packaging and build outputs
build/
dist/
*.egg-info/
*.whl

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

# Dev Archaeologist generated state and reports
.devarch/
devarch-report.json
devarch-report.md
devarch-report.markdown
devarch-report.html
devarch-report.pdf

# OS and editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/
