[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
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ __pycache__/
# C extensions
*.so
*.pyc
# Distribution / packaging
.Python
@ -131,6 +132,7 @@ venv.bak/
# Spyder project settings
.spyderproject
.spyproject
*.DS_Store
# Rope project settings
.ropeproject
@ -157,4 +159,4 @@ cython_debug/
# 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
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/