# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.eggs/
*.egg
*.manifest
*.spec

# Package manager lockfiles
uv.lock
poetry.lock
Pipfile.lock

# Wandb
wandb/

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

# Logs
logs/
*.log
.cache/
outputs/
.checkpoints/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# VSCode / editors
.vscode/
.idea/
*.swp

# Ruff / Black cache
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
*.cover

# Build
build/
dist/
*.egg-info/
wheels/