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

# Package build
*.egg-info/
dist/
build/
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# Local virtual envs
.venv/
venv/

# Session files
.cli-anything-tigris/
