[607b0b]: / .gitignore

Download this file

14 lines (10 with data), 190 Bytes

# local full data
**/raw_0/

# Ignore Python bytecode files
*.pyc

# Ignore Python cache directories
__pycache__/

# Ignore virtual environment directories
venv/
env/
**/.ipynb_checkpoints/