diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 18:36:20 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 18:36:20 +0200 |
| commit | 2cdf86d8c613b1cd27449c09ef1063f29c98d6d0 (patch) | |
| tree | 26dc83f2434ec90b658ade7ad7719fbcdd0cf21a /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..915f3b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +venv/ +*.pyc +__pycache__/ +.vscode/ +output.txt |
