__pycache__/
*.py[cod]
*$py.class
*.so

*.egg-info/
*.egg
*.whl
dist/
build/
sdist/

.venv/
venv/
env/

.env
.env.local
*.pem

.idea/
*.iml
.vscode/
*.swp
*.swo
*~
.DS_Store

.mypy_cache/
.ruff_cache/
.pytest_cache/
.tox/
.coverage
htmlcov/

~/.layerbrain/
