# Python
__pycache__/
*.py[cod]
*.pyo
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
htmlcov/
.tox/
.nox/
.coverage
.coverage.*

# Virtualenv
.venv/
venv/

# Logs
logs/
*.log

# macmgr state
.mac/

# Secrets / env
.env
.env.*
!.env.example

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

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
.cst/
.tree/
projectid

docker/dist/*.deb
