#planning/
planning/*

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

# Virtual environment
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
htmlcov/
.pytest_cache/

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/
planning

# Virtual environments
fresh-test-env/
venv/
.venv/
env/

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Python cache
__pycache__/
*.pyc
*.pyo

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/