# Python cache and bytecode
__pycache__/
*.py[cod]
*$py.class

# Compiled extensions
*.so

# Build and packaging
.Python
build/
dist/
*.egg-info/
.eggs/

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

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.ipynb_checkpoints/

# IDE/editor
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Logs and runtime files
*.log

# Training artifacts
*.png
*.pt
*.pth
*.ckpt

# Environment files
.env
