# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

# Packaging / distribution
.Python
build/
dist/
*.egg-info/
.eggs/

# uv / venv
.venv/
venv/

# Test / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store

# Secrets -- never commit
.env
.token
.gstack/
