sonson0910/engineering-drawing-detection
0
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6*.egg-info/7dist/8build/9*.egg10 11# Virtual environments12venv/13env/14.venv/15 16# IDE17.vscode/18.idea/19*.swp20*.swo21 22# Models (too large for git)23models/*.pth24models/*.pt25!models/.gitkeep26 27# Outputs28outputs/29*.log30 31# OS32.DS_Store33Thumbs.db34 35# Jupyter36.ipynb_checkpoints/37 38# Data (keep gitkeep)39data/raw/40data/splits/41!data/.gitkeep42 