Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS4804 Mini-Project OCR
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
Jiale Song
CS4804 Mini-Project OCR
290de33ff9ebe9498fe89e7a09e0c565281270b9
cs4804-mini-project-ocr
.gitignore
Find file
Normal view
Permalink
.gitignore
89 B
Newer
Older
create gitignore
Jiale Song
committed
11 months ago
1
2
.DS_Store
.vscode/
update gitignore
Jiale Song
committed
10 months ago
3
4
__pycache__/
Restructure repository
Jiale Song
committed
10 months ago
5
6
# Dataset files
*.csv
update gitignore
Jiale Song
committed
10 months ago
7
8
# Output file
Restructure repository
Jiale Song
committed
10 months ago
9
*.png
update gitignore
Jiale Song
committed
10 months ago
10
11
*.h5
*.keras