# Virtual environment
.venv/

# Caches
__pycache__/
.pytest_cache/
.ruff_cache/
*.pyc

# Build artifacts
dist/
*.egg-info/

# Coverage
.coverage
coverage.xml
htmlcov/

# Database
*.db

# Downloaded binaries
bin/

# Plans (internal)
plans/
