# Virtual environments
.venv/

# Python
__pycache__/
*.egg-info/
*.pyc

# Build artifacts
dist/
build/

# Testing / Coverage
.coverage
htmlcov/
.pytest_cache/

# Docs (brainstorms, plans, solutions)
docs/

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