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

# Environments
.venv/
.env
.envrc

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

# Tools
.ruff_cache/
.mypy_cache/
.rumdl_cache/

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Project-specific
dev/
.claude/
/site

# Configuration
qgenda.conf