Update .gitignore for OHLC module

This commit is contained in:
moshferatu 2024-12-12 00:39:30 -08:00
parent 73f9c947bb
commit 7339673989

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
.env
.venv
*.egg-info/
__pycache__/
__pycache__/
build/