# Python
__pycache__/
*.py[cod]
*.so
*.pyd
.Python
.venv/
.mypy_cache/

# Distribution / packaging
.eggs/
*.egg
*.egg-info/
dist/
build/
sdist/
wheels/
.installed.cfg
MANIFEST

# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.DS_Store
.env
.env.*
.history/

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

# Ruff
.ruff_cache/

# Data files
*.mat
