# files generated by hatchling vcs
_version.py

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

# packaging
eggs/
.eggs/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Jupyter Notebook
.ipynb_checkpoints

# tests
.coverage
htmlcov

# docs
docs/build
docs/source/schemas/*.json

# OSX
.DS_STORE

# IDE/text editors
.vscode/
*~

# Python virtual environment
env/
venv/
.venv/
nipoppy_env/
