# Build artifacts
build/
dist/
*.egg-info/
*.egg
__pycache__/
*.py[cod]
*$py.class
.Python

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

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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache

# Tools
.mypy_cache/
.ruff_cache/

# Project-specific
training_data/
checkpoints_*/
*.pt
*.npz
*.h5
*.vti

# Logs
*.log
