# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.ruff_cache/
cache/

# Virtual environments
.env
.venv
env/
venv/
ENV/
test_env_py39
*venv*
*env*

# IDEs
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Project specific
pretrained/
dataset/
debug.log