Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
64 changes: 60 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,67 @@
__pycache__/
*.pyc
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/
.pip-wheel-metadata/

# Installer and build artifacts
build/
dist/
*.egg-info/

# Python tooling caches
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Logs
*.log
provider.log

# Environment and secret files
.env
.env.*
.env.local
.envrc
nats-node/.env
*.pem
*.key
*.pub
iotueli
secrets.json
key
*DESKTOP-CHOQ88G*
iotueli

# Node.js
node_modules/
package-lock.json
nats-node/.env
npm-debug.log
yarn-debug.log
yarn-error.log

# Editors and IDEs
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# OS generated files
.DS_Store
Thumbs.db
*DESKTOP-CHOQ88G*

# Docker / container
*.env

# Local overrides
.env.local
.envrc

# Misc local files
npm-debug.log
247 changes: 0 additions & 247 deletions .venv/bin/Activate.ps1

This file was deleted.

69 changes: 0 additions & 69 deletions .venv/bin/activate

This file was deleted.

Loading