mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-13 08:27:05 +00:00
chore: add __pycache__ to .gitignore and remove sys.path hack in tests
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
028c642a8e
commit
c5dd3060ef
2 changed files with 1 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
# python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[co]
|
||||
|
||||
# website
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue