# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# uv
.python-version

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Secrets
.env
*.pem
*.key

# minne local state
inbox/
