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
*.so
*.pyc
# Distribution / packaging
.Python
@ -131,6 +132,7 @@ venv.bak/
# Spyder project settings
.spyderproject
.spyproject
*.DS_Store
# Rope project settings
.ropeproject