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

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Mac stuff
.DS_Store

# iPython notebooks for testing
notebooks/

# Local development python settings
.python-version
.cache/

# vscode
.vscode/

old_setup/

# We don't need uv's lockfile, that's machine-specific
uv.lock
