*.egg-info/
__pycache__/
.mypy_cache
.ruff_cache
.coverage*
.tox
.venv
.envrc
/htmlcov
.attach_pid*
*.swp
*_version.py
.attach_pid*
.DS_Store
mise.toml

# Build artifacts
/build/
/dist/
/site/

# Misc extensions
*.run
*.exe
*.zip
*.app
*.dmg

# IDE
.idea/
.vscode
.kiro

