Science-Leaderboard / .gitignore
yuanshengni's picture
Update submit tab
6590844
raw
history blame
300 Bytes
# 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