__pycache__/
*.py[cod]
*.pyo
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
*.egg-info/
.venv/
venv/
.env
.env.*
!.env.example

.praxis/
.next/
*.tsbuildinfo
node_modules/
coverage/
.turbo/
htmlcov/
*.log

artifacts/*
!artifacts/.gitkeep
