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

# Virtual Environment
.venv/
venv/
ENV/
env/

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

# Logs
logs/
*.log

# OS
.DS_Store
Thumbs.db

# Test coverage
.coverage
htmlcov/
.pytest_cache/

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

# Data
data/

# ruff
.ruff_cache/

# uv.lock
uv.lock

# Releases
Releases.md

