chore: drop a stray __pycache__ artifact, ignore it
Committed by accident when the repaired scraper was exercised against the live site — importing engine/nightly.py leaves a .pyc behind. Untracked and ignored so the next test run cannot repeat it.
This commit is contained in:
parent
0b31ebf801
commit
dca6780143
2 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
.DS_Store
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue