# Ignore source release files
/dist/*
/neurodsp.egg-info/*
/build/*

# Ignore notebook checkpoints
*.ipynb_checkpoints*

# Ignore cache files
__pycache__/
*.cache*

# Ignore compiled files
*.pyc

# Ignore Mac folder profile files
*DS_Store*

# Ignore coverage file
.coverage

# Ignore testing related files
.pytest_cache/*

# Ignore temp file for linter output
_lint.txt

# Ignore all files generated during testing
*/tests/test_files/*

# Ignore data files loaded for documentation
tutorials/**/data/
examples/**/data/

# Ignore any files generated in the documentation
doc/_build/
doc/auto_examples/
doc/auto_tutorials/
doc/generated/
