# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

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

# Model weights, checkpoints, and exports — never commit these
*.pt
*.pth
*.bin
*.safetensors
*.gguf
*.ckpt
*.onnx
flameforge-output/
checkpoints/
adapters/

# Logs
*.log
flameforge.log*

# Secrets / environment
.env
.env.*
*.token

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

# OS
.DS_Store
Thumbs.db

# Coverage
.coverage
coverage.xml
htmlcov/
