.gitignore 106 B

1234567
  1. # 忽略所有文件,但保留特定文件
  2. *.csv
  3. *.xls
  4. *.xlsx
  5. ipynb_checkpoints/**
  6. __pycache__/**
  7. *.zip