# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/

# Private planning
pickbuckets-roadmap/

# Virtual environments
.venv/
venv/
env/

# Editors and OS
.idea/
.vscode/
.DS_Store
Thumbs.db
