Skip to content

Commit

Permalink
Added __pycache__ to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jan 30, 2020
1 parent 459612e commit 460f29c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

.idea
_out/
*.scif
Expand All @@ -7,4 +12,4 @@ build/
dist/
/.venv/

config/deploy_hosts.yml
config/deploy_hosts.yml

0 comments on commit 460f29c

Please sign in to comment.