20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
.vscode/extensions.json
|
|
Cameras/.DS_Store
|
|
# Gitignore settings for ESPHome
|
|
# This is an example and may include too much for your use-case.
|
|
# You can modify this file to suit your needs.
|
|
/.esphome/
|
|
/secrets.yaml
|
|
# Ignore compiled Python files
|
|
*.pyc
|
|
__pycache__/
|
|
# Ignore log files
|
|
*.log
|
|
# Ignore virtual environment directories
|
|
venv/
|
|
env/
|
|
# Ignore build directories
|
|
build/
|
|
dist/
|
|
# Ignore IDE-specific files
|
|
.idea/ |