Spaces:
Running
Running
File size: 300 Bytes
6590844 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Ignore compiled Python files
*.pyc
*.pyo
__pycache__/
# Ignore virtual environment files
venv/
env/
.env/
# Ignore package build files
build/
dist/
*.egg-info/
# Ignore IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Ignore system-specific files
.DS_Store
Thumbs.db |