hack to get rid of __pycache__

This commit is contained in:
Pratyush Desai 2021-12-24 20:46:27 +05:30
parent 3d69b29067
commit 8540555f6b
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
6 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
venv
.vscode
.env
__pycache__

1
api/api/analytics/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pychache__