Compare commits
2 commits
cb5b7a201b
...
ee923f75cd
| Author | SHA1 | Date | |
|---|---|---|---|
| ee923f75cd | |||
| 9bbc2bd458 |
3 changed files with 12 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Python-generated files
|
||||||
|
__pycache__/
|
||||||
|
*.py[oc]
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
wheels/
|
||||||
|
*.egg-info
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
.venv
|
||||||
1
.python-version
Normal file
1
.python-version
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
3.13
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Git repository for mkdocs documentation for a school project
|
||||||
Loading…
Add table
Add a link
Reference in a new issue