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

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.python-version

# Distribution / packaging
dist/

# Testing
.pytest_cache/
.coverage
coverage.xml
pytest-coverage.txt
pytest.xml
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Node.js
node_modules/
docs/node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
.env
