1
0
mirror of https://github.com/github/gitignore synced 2024-06-17 09:59:57 +02:00

[ADD] Added *.pyc and *.DS_Store

This commit is contained in:
Altela Eleviansyah Pramardhika 2023-06-17 10:40:22 +08:00 committed by GitHub
parent 4488915eec
commit 038ae6a71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ __pycache__/
# C extensions # C extensions
*.so *.so
*.pyc
# Distribution / packaging # Distribution / packaging
.Python .Python
@ -131,6 +132,7 @@ venv.bak/
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject
.spyproject .spyproject
*.DS_Store
# Rope project settings # Rope project settings
.ropeproject .ropeproject
@ -157,4 +159,4 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/