Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
*.out
coverage.out
.DS_Store

# Build artefacts. Four .pyc files were tracked before this — three of them
# committed by me in #62 via `git add -A` in a worktree, which is exactly the
# accident an ignore rule exists to make impossible.
__pycache__/
*.py[cod]
*$py.class
Binary file removed src/prophet_cli/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file removed src/prophet_cli/__pycache__/cli.cpython-312.pyc
Binary file not shown.
Binary file removed src/prophet_cli/__pycache__/config.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Loading