# Virtual environment
.venv/
venv/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution
dist/
build/
*.egg-info/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Coverage
htmlcov/
.coverage
.coverage.*

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

# Factory
.factory/

# OS
.DS_Store
