# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
venv/
.venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Model weights / downloaded artifacts
*.pt
*.pth
*.ckpt
*.safetensors
*.bin

# OS
.DS_Store
Thumbs.db
