Update .gitignore.

main
KKlochko 1 month ago
parent 8539dc45a8
commit 004b076794
Signed by: KKlochko
GPG Key ID: 572ECCD219BBA91B

19
.gitignore vendored

@ -4,10 +4,29 @@ pyrightconfig.json
\#*\#
.*.~undo-tree~
*.db
.git/
.idea/
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python
### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig
# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
# End of https://www.toptal.com/developers/gitignore/api/git
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/

Loading…
Cancel
Save