# IDE
.idea/
.vscode/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg

# Build
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Environment
.env
