# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env

# uv
.uv/
uv.lock.bak

# Type checkers
.mypy_cache/
.ty/
.ruff_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# macOS
.DS_Store

# Distribution / packaging
*.tar.gz
*.whl
