# Internal documentation
project/

# macOS and system files
.DS_Store
.AppleDouble
.LSOverride
._*
__MACOSX/
Thumbs.db
Desktop.ini

# Local environment and tool state
.env
.env.*
.claude/
.codex/

# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build/package artifacts and logs
*.zip
*.tar
*.tar.gz
*.tgz
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*

# Editor/project metadata
.idea/
.vscode/

# Wheels built outside dist/
*.whl
