# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environments
.venv/
venv/
.env

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
