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

# Virtual environments
.venv/
venv/
ENV/

# Editors
.vscode/
.idea/
*.swp

# Test and coverage
.coverage
htmlcov/
.tox/
.pytest_cache/

# Misc
.DS_Store
*.log

# Hatch/uv/pdm
.cache/
.uv/
.pdm.toml
.pdm.lock

