Skip to content

Commit 6a4ef33

Browse files
author
geo
committed
Create git ignore.
1 parent 1673f9b commit 6a4ef33

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitattributes

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
33

4-
# Exclude python executables
5-
! *.pyc
64

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Exclude python executables and cached folders
2+
*.pyc
3+
__pycache__/
4+
5+
# Exclude pycharm metadata
6+
.idea/

0 commit comments

Comments
 (0)