mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-12 01:54:28 +05:00
* chore: add jupyter files to .gitignore Signed-off-by: Dominik Willner <th33xitus@gmail.com> * fix: correctly handle IPs in nginx config files when parsing ports Signed-off-by: Dominik Willner <th33xitus@gmail.com> --------- Signed-off-by: Dominik Willner <th33xitus@gmail.com>
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
.idea
|
|
.vscode
|
|
.pytest_cache
|
|
.jupyter
|
|
*.ipynb
|
|
*.ipynb_checkpoints
|
|
*.tmp
|
|
__pycache__
|
|
.kiauh-env
|
|
*.code-workspace
|
|
*.iml
|
|
kiauh.cfg
|