Fountain Coach Gitowner-controlled · read only

fountainai-bootstrap-service.git · .gitignore

fountainai-bootstrap-service.git / .gitignore

revision ae39e3beaa646d21ea15e5cc436d32e61abb6685 · 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/