# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyright/
.coverage
htmlcov/
coverage.xml

# Environments and packaging
.venv/
node_modules/
dist/
build/
site/
*.egg-info/
.env
.env.*
!.env.example

# uv
uv.lock.tmp

# Editors and OS files
.DS_Store
.idea/
.vscode/
.ipynb_checkpoints/

# Local ReplayLab runtime artifacts
.replaylab/
*.sqlite
*.sqlite3
*.db
