# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.egg

# Virtual envs
.venv/
venv/
env/

# uv
.uv/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Editors / OS
.DS_Store
*.swp
.idea/
.vscode/

# Cofound user workspaces should never be committed into the repo.
# (Identified by their machine-state dir.)
**/.cofound/

# Local logs
*.log
