diff options
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 |