# 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/

# JavaScript reference implementation
javascript/node_modules/
javascript/dist/
javascript/.vite/

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

# Misc
.DS_Store
