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

# Virtual environments
.venv/
venv/
ENV/
env/

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

# uv
uv.lock

# Ruff
.ruff_cache/

# Pytest
.pytest_cache/
.coverage

# OS
.DS_Store
*.log

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out