# macOS system files
.DS_Store
.AppleDouble
.LSOverride
*.swp
.com.apple.timemachine.supported
.CFUserTextEncoding

# Icon files
Icon?
*.icns
.icon

# VS Code
.vscode/
*.code-workspace

# Python
__pycache__/
*/__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Jupyter
.ipynb_checkpoints/
*/.ipynb_checkpoints/
profile_default/
ipython_config.py

# Testing & coverage
.pytest_cache/
*/.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type checkers & linters
.mypy_cache/
.ruff_cache/
.pytype/

# Jupyter Book
_build/
docs/_build/

# Virtual environments
venv/
ENV/
env/
.venv

# IDE
.idea/
*.swp
*.swo
*~
.project
.pydevproject

# OS
Thumbs.db
.Thumbs.db
