Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dissertation_IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iwan Porojkow
Dissertation_IP
Merge requests
!1
added gitignore
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added gitignore
master
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Iwan Porojkow
requested to merge
master
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
c891e6e2
1 commit,
1 year ago
1 file
+
76
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitignore
0 → 100644
+
76
−
0
Options
# 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