# envs
.env
.env.*
!.env.example

# python
__pycache__/
*.py[cod]
*$py.class
.venv/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.ruff_cache/
.pyright/

# build
build/
dist/
*.egg-info/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# noxus / runtime
.noxuslab/
