__pycache__/
*.py[cod]
*$py.class
*.so

.venv/
.venv*/
venv/
env/
ENV/
.python-version

build/
dist/
wheels/
*.whl
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/

.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
junit.xml
junit-*.xml
pytestdebug.log
.hypothesis/

.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pyright/
.pytype/
.pyre/

.nox/
.tox/

docs/_build/
docs/generated/
docs/auto_examples/
docs/sg_execution_times.rst
docs/sg_api_usage.rst
docs/sg_api_unused.dot
.mne-data/

.ipynb_checkpoints/

data/
outputs/
reports/
scratch/
figures/

.cache/

*.log
*.tmp
*.temp
*.bak
*.orig
*~
*.swp
*.swo

.env
.env.*
!.env.example

.idea/
.vscode/
*.code-workspace

\#*\#
.#*

.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
Desktop.ini

.claude/
.serena/
