54 lines
517 B
Plaintext
54 lines
517 B
Plaintext
# Python
|
|
*.py[cod]
|
|
*$py.class
|
|
__pycache__/
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.Python
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Backup files (annotation tool backups)
|
|
*_backup_*.json
|
|
*_backup_*.yaml
|
|
*_backup_*.txt
|
|
labels_backup_*/
|
|
*.bak
|
|
|
|
# Test data (if you don't want to commit test datasets)
|
|
# Uncomment below if needed:
|
|
# dataset/
|
|
# data/
|
|
# *.jpg
|
|
# *.png
|
|
# *.txt
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
temp/
|
|
tmp/
|
|
|
|
#claude
|
|
.claude/ |