# Python
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.Python
MANIFEST

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.hypothesis/

# Environments
.env
.venv
env/
venv/

# Jupyter
.ipynb_checkpoints
test_*.ipynb

# Type checkers
.mypy_cache/
.dmypy.json
.pyre/
.pytype/

# Pixi
.pixi/

# Docs
docs/node_modules/
docs/dist/
docs/out/
docs/.vite/
docs/.next/
docs/.claude/
docs/.source/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Misc
.DS_Store
