Resetting utils subtree.

This commit is contained in:
2024-11-12 10:47:26 +05:30
parent fa070800a4
commit a9764a2a09
96 changed files with 56 additions and 13507 deletions
+5 -1
View File
@@ -19,11 +19,15 @@ git init
#### Create a `.gitignore` file:
Add files/directories in it which you don't want to sync to git.
Update this as frequently as your project needs you to. Start with this:
```commandline
```
/.venv/
/.idea/
**/__pycache__/
__pycache__/
*.pem
*.pyc
*.pyd
```
### STEP 2.