# 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/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Sphinx documentation
docs/_build/
docs/source/api/
docs/source/CHANGELOG.md

# mkdocs documentation
/site

# pycharm
.idea

# vscode
.vscode

# checkpoints
*.ckpt
*.pkl
.DS_Store

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

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

# custom
/encode.py
/data/*.zip
/examples/data/
/reference/
/backup/
**/nohup.out
**/temp.py
/data/logs/
*.log
/weights/
!/weights/.gitkeep
CLAUDE.md
temp/
*.keras

# experiment artifacts
/lightning_logs/
*.npz
*.h5
exps
