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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ docker-compose.yml
efs.py
fesfs.py
wupwup.py
data
data
venv
.venv
Comment on lines +8 to +9
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Several improvements can be made to the .gitignore entries: use trailing slashes for directories to clearly identify them, add the build/ directory to ignore Sphinx artifacts (as defined in the Makefile), and add a trailing newline to the end of the file for POSIX compliance.

venv/
.venv/
build/

Binary file modified BinaryOptionsTools/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.