# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
_version.py
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
.env
.venv
.config.json
.cursor
env/
venv/
ENV/
output/
env.bak/
venv.bak/
.python-version

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

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Ruff
.ruff_cache/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~

# OS specific files
.DS_Store
Thumbs.db

# Project specific
logs/
*.log
.env.local
.env.*.local
*.sqlite3
*.db

# Documentation
/site
docs/_build/

# Poetry
poetry.lock

# Rye
.rye/
requirements.lock
requirements-dev.lock

# MLflow
mlruns/

# Weights & Biases
wandb/

# Model files
*.pkl
*.h5
*.pt
*.pth
*.onnx
*.tflite
*.pb

# Data files
*.csv
*.json
*.jsonl
*.parquet
*.arrow
*.feather
*.hdf5
*.h5
*.npy
*.npz

# Temporary files
tmp/
temp/ 