# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtualenvs
.venv/
venv/
env/

# Editor
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
.tickets/
