1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 04:18:26 +02:00
This commit is contained in:
Rishit Dagli 2025-07-01 20:17:54 +02:00 committed by GitHub
commit 6e3a63c396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,40 @@
# Compiled python files
*.py[oc]
# gedit files
*~
# Notepad++ files
nppBackup/
# Pytest dirs/files
.pytest_cache/
# Special dirs and files
build/
dist/
bin/
spyder.egg-info/
spyder_crash.log
.spyproject
.idea/
.cache
.coverage*
MANIFEST
# git .orig files
*.orig
# log files
*.log
# Rope project folders
.ropeproject/
.vscode/
result.xml
# Pylint dirs/files
.pylint.d/
# Ignore setuptools development files in the PyLS subrepo
external-deps/python-language-server/python_language_server.egg-info/