Files
system2mqtt/.gitignore
2025-12-17 23:14:15 +01:00

52 lines
422 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
.env/
.envrc
.env.*
.env.local
.venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
# Distribution
dist/
build/
*.egg-info/
# Local configuration
config.yaml
.DS_Store