Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Environment files | |
| .env | |
| .env.local | |
| # Git | |
| .git | |
| .gitignore | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Misc | |
| *.log | |
| *.md~ | |
| .cache/ | |