# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
venv/
ENV/

# Build artifacts
build/
dist/
*.egg-info/
*.spec

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Editor / OS files
.DS_Store
.vscode/
.idea/

scripts/run_sydes_phase32_tests.sh
scripts/run_sydes_phase33_tests.sh
