Files
lisael-box/.gitignore
T
Clément Saillant c46a2e268b docs: Spec A autopush design + plan
Design and implementation plan for Tower auto-push: registration-
triggered, weekly, podcasts only. Ignore __pycache__ and *.real
editor backups.
2026-06-15 07:45:15 +02:00

23 lines
330 B
Plaintext

# ESP-IDF build artifacts
/build/
sdkconfig
sdkconfig.old
# Managed components are fetched by the component manager
/managed_components/
**/managed_components/
dependencies.lock
# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
# Python venv occasionally created by tooling
.venv/
__pycache__/
# Stray editor/debug backups
*.real