# Python

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

# Virtual environments

.venv/
venv/
ENV/

# IDE

.idea/
.vscode/
*.swp
*.swo

# Testing

.pytest_cache/
.coverage
coverage.xml
junit.xml

# Project

*.sock

# Worktree

worktree/