Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Language Detection
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
1MAE002 - ALGORITHM AND COMPUTING
Language Detection
Commits
37076f35
Commit
37076f35
authored
1 month ago
by
j.detchart
Browse files
Options
Downloads
Patches
Plain Diff
complete gitignore, and fix python version in toml project file
parent
369defd6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+12
-2
12 additions, 2 deletions
.gitignore
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
13 additions
and
3 deletions
.gitignore
+
12
−
2
View file @
37076f35
# Python-generated files
__pycache__/
uv.lock
.venv
\ No newline at end of file
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# uv files
uv.lock
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
37076f35
...
...
@@ -3,7 +3,7 @@ name = "language-detection"
version
=
"0.1.0"
description
=
"Project 1 of the course '1MAE002' at ISAE-SUPAERO"
readme
=
"README.md"
requires-python
=
"
>
=
3.1
2
"
requires-python
=
"
=
=
3.1
3
.
0
"
dependencies
=
[
"pytest"
,
"matplotlib"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment