diff options
author | suhas <hi@suhas.one> | 2023-11-21 18:33:37 -0600 |
---|---|---|
committer | suhas <hi@suhas.one> | 2023-11-21 18:33:37 -0600 |
commit | d58d72a84eecd4754a5ed00d765b2f470ff6b5db (patch) | |
tree | 98bb691db37006facc1e4588d93284ef2fbec257 /.gitignore | |
parent | 6480ed3a4fd446c9d6c763fbe823c80832f7d067 (diff) | |
download | qbb-d58d72a84eecd4754a5ed00d765b2f470ff6b5db.tar.gz |
remove __pycache__'s
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index abc5844..f75eb9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .DS_Store .env data/* -data/ \ No newline at end of file +data/ +cogs/__pycache__/* +cogs/__pycache__ +*/__pycache__ \ No newline at end of file |