Remove .venv from tracking

This commit is contained in:
tiijay
2025-11-11 10:00:15 +01:00
parent b0081feda6
commit a9eead6e9e
1277 changed files with 104 additions and 231230 deletions

98
.gitignore vendored Normal file
View File

@@ -0,0 +1,98 @@
# VS Code
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Wokwi
*.wokwi/
wokwi-temp-*
wokwi.txt
diagram.json
# Python virtual environment
.venv/
venv/
env/
ENV/
# Python cache and build files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# MicroPython specific
# (Add any device-specific build artifacts or temporary files)
firmware.bin
*.mpy
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp