Creating boilerplate code. Adding needed imports for project

This commit is contained in:
Pascal Scheiben
2025-09-17 13:19:15 +02:00
parent b4b841d1b8
commit 04054f181e
7 changed files with 29 additions and 3 deletions

6
.gitignore vendored
View File

@@ -99,7 +99,7 @@ ipython_config.py
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock
uv.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
@@ -166,7 +166,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.idea/
# Ruff stuff:
.ruff_cache/
@@ -174,3 +174,5 @@ cython_debug/
# PyPI configuration file
.pypirc
# copilot stuf
copilot.*