# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so

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

# Project-specific
_thesu_outputs/*
!_thesu_outputs/.gitkeep
bootstrap/.thesu_runtime_state.json
visualisation-script/
thesu_outputs/

# Testing
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage

# IDE
.idea/
.vscode/
.cursor/

# OS
Thumbs.db
.DS_Store

# Logs
*.log
