diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,7 @@ build/ .idea/ __pycache__/ *.egg-info/ +.cache/ # virtualenvwrapper oh-my-zsh plugin .venv @@ -23,3 +24,6 @@ __pycache__/ # GitHub token .pypt/gh-token + +# +.DS_Store |
