Gitignore and Python Version Files
This commit is contained in:
parent
3d5b0e84dd
commit
8bd7d8b8d9
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# General ignore
|
||||
.DS_Store
|
||||
.ipynb_checkpoints
|
||||
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.12
|
||||
Loading…
x
Reference in New Issue
Block a user