Files
IB-Dashboard/.gitignore

9 lines
92 B
Plaintext

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