# Editor temporary/working/backup files #
#########################################
*.swp
.vscode

# Compiled source #
###################
*.a
*.o
*.so
*.mod

# Doc generated files #
#######################
docs/_build
docs/api/generated


.claude 

# Python files #
################
# setup.py working directory
build
# setup.py dist directory
dist
# Egg metadata
*.egg-info
# other temporary files
.coverage
coverage.xml
.deps
.libs
.eggs
pip-wheel-metadata
wheelhouse
.tox
MANIFEST

# pytest cache #
################
*.cache
.pytest_cache
*__pycache__
.ipynb_checkpoints
*.pyc

# OS generated files #
######################
.DS_Store*

# Notebook auto-generated function files #
##########################################
# Files created by %%writefile magic commands in example notebooks
# These are generated for cross-platform multiprocessing compatibility
examples/**/gaussians_functions.py
examples/**/regression_functions.py
examples/**/tomography_functions.py
examples/**/gravity_functions.py
