Commit b194ca7
committed
Update .gitignore to ignore all compiled Python files and __pycache__ directories
This commit modifies the .gitignore file to include patterns for ignoring all compiled Python files (*.py[cod], *$py.class, *.so) and all __pycache__ directories, ensuring a cleaner project structure by preventing unnecessary artifacts from being tracked.1 parent 5c9e451 commit b194ca7
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
10 | 7 | | |
11 | | - | |
| 8 | + | |
0 commit comments