diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-01-03 21:44:37 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-01-03 21:44:37 +0300 |
commit | 1d504209a6c17ec508dbc9b5601db3118d692d49 (patch) | |
tree | 0b393fcf5d0734b38248d656a6e6e111f65bdb19 | |
parent | d05ab59b47a25432672cfe5b7ba53f3cb1a6d6cb (diff) |
update gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ *.pyc __pycache__/ +.idea/ +venv/ instance/ .pytest_cache/ @@ -9,4 +11,4 @@ htmlcov/ dist/ build/ -*.egg-info/
\ No newline at end of file +*.egg-info/ |