Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Local temporary files
tmp/
# Local files
/tmp*/
/.bin*/
/.patches/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand All @@ -8,6 +10,13 @@ __pycache__/

# mypy
.mypy_cache/
.dmypy.json

# Exuberant Ctags tag file
/tags

# Env variables
/.source*

# Distribution / packaging
.Python
Expand Down