# Python
__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
MANIFEST

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

# Virtual environments
venv/
ENV/
env/
.venv

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

# Documentation
docs/_build/
docs/_static/

# dotsync specific
*.pyc
*.pyo

# uv
.venv/
uv.lock

# Coverage
htmlcov/
.coverage

# Internal documentation (not for distribution)
GITHUB_ACTIONS_SETUP.md
HOMEBREW_TAP.md
RELEASE_CHECKLIST.md
