Commit b735e30
authored
build: Ignore Python __pycache__ directories (#2935)
The `__pycache__` directory is automatically generated by the Python interpreter to store compiled bytecode (`.pyc` files).
These files are build artifacts specific to the local environment and should not be tracked in version control. This change adds a rule to `.gitignore` to exclude these directories, keeping the repository clean.1 parent 05855e4 commit b735e30
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments