Fountain Coach Gitowner-controlled · read only

fountainai-bootstrap-service.git · .gitignore

fountainai-bootstrap-service.git / .gitignore

revision 50706fcff79ab73444dab40648d3b8d3054f5208 · complete file

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.pdm.toml

# VSCode
.vscode/

# macOS
.DS_Store

# Test cache
.pytest_cache/
.hypothesis/

# Docker
*.env
.env.*

# Jupyter
.ipynb_checkpoints/

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