Spaces:
Sleeping
Sleeping
| # VCS/metadata | |
| .git | |
| .gitignore | |
| # IDE | |
| .vscode | |
| .idea | |
| # Python caches | |
| __pycache__/ | |
| *.py[cod] | |
| *.log | |
| # Virtual envs | |
| .venv/ | |
| env/ | |
| ENV/ | |
| # OS junk | |
| .DS_Store | |
| # Build/output | |
| dist/ | |
| build/ | |
| .cache/ | |
| # Local env files (do not send secrets into the image) | |
| .env | |
| .env.local | |
| .env.*.local | |