diff options
| author | kj_sh604 | 2026-03-16 14:14:15 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-16 14:14:15 -0400 |
| commit | b28b79e99147070083e7ff309dee7f3615713eb6 (patch) | |
| tree | 25f1671f64fa5d05f05391de1d097a5e4c35982e /.gitignore | |
| parent | 3cbe7f72f0d85d95d61b2703087fc592318f3495 (diff) | |
refactor: python .gitignore update
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ src/uploads/* !src/uploads/.htaccess -!src/uploads/nyan_819cac51.png
\ No newline at end of file +!src/uploads/nyan_819cac51.png +__pycache__/ +*.pyc
\ No newline at end of file |
