fn-python/.gitignore
fnkit 464b733e67
All checks were successful
/ deploy (push) Successful in 16s
initial commit - python function
2026-02-17 16:45:11 +00:00

18 lines
137 B
Text

# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile.local
# Python
__pycache__/
*.py[cod]
.env
venv/
.venv/