Skip to content
Snippets Groups Projects

added gitignore

Merged Iwan Porojkow requested to merge master into main
1 file
+ 76
0
Compare changes
  • Side-by-side
  • Inline
.gitignore 0 → 100644
+ 76
0
# Compiled python files
*.pyc
*pyo
*.pyd
*~__pycache__/
# Environments
.env
.venv
env/
venv/
ENV/
# Ignore Spyder project files
.spyderproject
.spyproject
# Ignore Jupyter Notebook
.ipynb_checkpoints
# Ignore Visual Studio Code settings files
.vscode/
# Ignore PyCharm IDE settings files
.idea/
# Ignore Python distribution / packaging
*.egg-info/
dist/
build/
develop-eggs/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg
.installed.cfg
*META-INF/
# Backup files generated by various editors
*~
*.bak
*.swp
*.swo
# Dataset Files
*.csv
# Ignore log files
*.log
# Ignore all pycache
**/__pycache__/
# Ignore OS generated files
.DS_Store
# miscellaneous files
weights/
downloads/
inference/
labeling/
lightning_logs/
lookaround/
streetview/
Evaluating_DETR_on_COCO_validation_2017.ipynb
Fine_tuning_DetrForObjectDetection_on_custom_dataset_(balloon).ipynb
lookaround_loc.csv
stitched_image.jpg
Untitled.ipynb
Untitled1.ipynb
Untitled2.ipynb
\ No newline at end of file
Loading