This commit is contained in:
2026-06-25 18:42:40 +02:00
parent 5a6201331d
commit 0aefeeb959
42 changed files with 1965 additions and 2 deletions
+48
View File
@@ -1,3 +1,18 @@
# Ignoruj cały folder z buildami
#build/*.elf
#build/*.map
.pio
# MacOS
.DS_Store
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# ---> C++
# Prerequisites
*.d
@@ -32,3 +47,36 @@
*.out
*.app
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
#build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/