# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

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

# UV
.uv/

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

# OS
.DS_Store
Thumbs.db

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

# Distribution
*.tar.gz
*.whl

# UV lock file (not needed for library packages)
uv.lock

# Documentation (internal guides)
PUBLISHING_GUIDE.md
TRUSTED_PUBLISHING_SETUP.md

# Claude Code
.claude/
