added gitignore

Generated by Fork
main
Nexan 2026-07-16 22:23:15 -05:00
parent 6d374b5fb3
commit 4ce5f13b66
Signed by: nexan
GPG Key ID: B5D0D20AF8B8F12E
1 changed files with 66 additions and 0 deletions

66
.gitignore vendored 100644
View File

@ -0,0 +1,66 @@
### Python
# Byte-compiled files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# dotenv environment variable files
.env
# Virtual environments
.venv
env/
venv/
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.pytest_cache/
# Type checkers
.mypy_cache/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
# .python-version
### Windows
# Windows thumbnail cache files
Thumbs.db
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows shortcuts
*.lnk
### VS Code
# VSCode settings (keep shared configuration)
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix