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

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

# Build / packaging
build/
dist/
.eggs/
*.egg-info/
*.egg
pip-wheel-metadata/

# Test / type-check / lint caches
.pytest_cache/
.mypy_cache/
.pytype/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Jupyter
.ipynb_checkpoints/

# IDE / editor files
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Local environment files
.env
.env.*

# Local runtime artifacts
.codex
*.pid
*.tmp

operator_assignments.json
src/ivs_sessions_browser/version.py

# Files suggested to be ignored by user
.editorconfig
.pre-commit-config.yaml
pyrightconfig.json
pytest.ini
ruff.toml
src/ivs_sessions_browser/_version.py
sessions*.pdf
software_flow.md
*.png
git_steps
