2024-03-29 17:50:13 +03:00
|
|
|
# OS
|
|
|
|
**/.DS_Store
|
|
|
|
|
2024-03-29 17:49:24 +03:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
deploy/config.json
|
|
|
|
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py
|
|
|
|
|
2024-03-29 17:50:13 +03:00
|
|
|
|
2024-03-29 17:49:24 +03:00
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
dist/
|
|
|
|
build/
|
|
|
|
*.egg-info/
|
|
|
|
|
|
|
|
# IDE specific files
|
2024-03-29 17:50:13 +03:00
|
|
|
**/.vscode
|
|
|
|
**/.idea
|
2024-03-29 17:49:24 +03:00
|
|
|
|
|
|
|
# Virtual environment
|
2024-03-29 17:50:13 +03:00
|
|
|
venv
|
|
|
|
.venv/
|
|
|
|
*.env
|
2024-03-29 17:49:24 +03:00
|
|
|
|
2024-03-29 17:50:13 +03:00
|
|
|
|
|
|
|
# env files
|
|
|
|
**/*.env
|
|
|
|
|
|
|
|
# OS Files
|
|
|
|
**/.DS_Store
|
|
|
|
|
|
|
|
# Multi-deploykey CI
|
|
|
|
**/root-config
|
|
|
|
|
|
|
|
# sync scripts
|
|
|
|
remote_sync
|