Skip to content

Commit e91c0ff

Browse files
ignore pycache on gitignore
1 parent e6f4eea commit e91c0ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# Created by https://www.toptal.com/developers/gitignore/api/node,go,java,intellij,visualstudiocode,haskell,erlang,elixir,rust
33
# Edit at https://www.toptal.com/developers/gitignore?templates=node,go,java,intellij,visualstudiocode,haskell,erlang,elixir,rust
44

5+
6+
7+
# Byte-compiled / optimized / DLL files
8+
**/pycache
9+
*.pyc
10+
*.py[cod]
11+
512
### Elixir ###
613
/_build
714
/cover

0 commit comments

Comments
 (0)