123456789101112131415161718192021222324252627 |
- # Virtualenv
- env/
- venv/
- #module
- webservice_running/
- design_template/
- tickets/
- metaservicesynced/
- openlocal/
- staticfiles/
- core/config.py
- SharixAdmin/migrations/
- !SharixAdmin/migrations/__init__.py
- # VSCode
- .vscode
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- # Other
- *.sqlite3
- .env
- # Vim
- *~
|