Files
IB-Dashboard/.gitignore

10 lines
94 B
Plaintext

.env
data/
# Ignore Python bytecode files
*.pyc
__pycache__/
*.pyo
*.pyd
*$py.class