# Auto-generated by hatch-vcs — do not commit
src/nmn/_version.py

# Byte-compiled / optimized / DLL files
__pycache__/
*/__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
paper/
# C extensions
*.so

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

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.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
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# mypy
.mypy_cache/
.dmypy.json

# VS Code
.vscode/

# Hatch
.hatch/

# System files
.DS_Store
Thumbs.db

# GitHub workflows artifacts
.github/workflows/*.log

# Additional production files
# IDE files
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db

# Temporary files
tmp/
temp/
*.tmp
*.temp

# ML/Data files
*.h5
*.hdf5
*.pkl
*.pickle
*.joblib
checkpoints/
logs/
wandb/
*.pt
*.pth
*.ckpt

# Framework specific
# JAX
*.jax_cache/

# TensorFlow
*.pb
*.tflite
events.out.tfevents.*

# PyTorch
lightning_logs/

# Model artifacts
models/
artifacts/
outputs/

# Environment files
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/.backup


# Docusaurus
website/docusaurus/node_modules/
website/docusaurus/build/
website/docusaurus/.docusaurus/
.claude/