
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# Jupyter Notebook
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# MLflow
mlruns/
mlflow.db

# KladML local data and outputs
/data/
/artifacts/

# Training outputs (will be in data/ after cleanup)
data/projects/
data/models/
data/logs/
*.log

# Generated version file
src/kldml/_version.py
src/kladml/_version.py

# OS
.DS_Store
Thumbs.db

# Temporary Data
temp_chunks/
__pycache__/
*.parquet
*.h5

examples/
docss/
.agent
.ruff_cache