Skip to content
Snippets Groups Projects
Commit 37076f35 authored by j.detchart's avatar j.detchart
Browse files

complete gitignore, and fix python version in toml project file

parent 369defd6
No related branches found
No related tags found
No related merge requests found
# 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
......@@ -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.12"
requires-python = "==3.13.0"
dependencies = [
"pytest",
"matplotlib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment