# Python
__pycache__/
*.py[cod]
*.so
*.pyo
*.pyd
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

# UV
.venv/
dist/

# Pytest
.pytest_cache/

# MyPy
.mypy_cache/

# Coverage
.coverage
htmlcov/

# Sphinx documentation
docs/_build/

# Distutils
build/
*.egg-info/

# IDEs
.vscode/
.idea/

# Jupyter
**.ipynb_checkpoints/

# Ruff
.ruff_cache/

# Site
site/

.DS_Store
own/
