FastCDM / .gitignore
BinyangQiu
Update gitignore error
7626806
Raw
History Blame Contribute Delete
404 Bytes
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# 虚拟环境
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.idea/
.vscode/
.trae/
*.swp
*.swo
*~
# 日志
*.log
# Jupyter Notebook
.ipynb_checkpoints
# macOS
.DS_Store
vis/
driver/
**/**/chromedriver