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

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store

# IDE
.idea/
.vscode/
*.swp

# Archives
*.zip

# Project-specific
.worktrees/
