Spaces:
Running
Running
# Ignore all .log files | |
*.log | |
# Ignore the node_modules directory | |
node_modules/ | |
# Ignore specific file | |
config/secrets.yml | |
# Ignore all `.env` files | |
.env | |
myenv/ | |
venv/ | |
# Ignore all files in a specific folder | |
build/ | |
# Do not ignore a specific file inside an ignored directory | |
!build/keep-me.txt | |
# ignore cache files | |
__pycache__/ |