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

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

# OS
.DS_Store
Thumbs.db

# Node (for linting tools)
node_modules/
package-lock.json

# Coverage
htmlcov/
.coverage
.coverage.*

# Environment
.env
.env.*

# Claude Code
.claude/

# Runtime artifacts
*.pid

# Lock files (library — consumers use their own resolution)
uv.lock
