coding_lab / .gitignore
dlouapre's picture
dlouapre HF Staff
README
52dadb2
raw
history blame contribute delete
216 Bytes
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
ENV/
.env
*.log
.DS_Store
.idea/