Spaces:
Sleeping
Sleeping
# Ignore Python cache files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# Ignore Jupyter Notebook checkpoints | |
.ipynb_checkpoints | |
# Ignore specific environments | |
env/ | |
venv/ | |
.venv/ | |
# Ignore system files | |
.DS_Store | |
Thumbs.db | |
# Ignore other sensitive or unnecessary files | |
*.log | |
*.sqlite3 | |