Files
meshcore-mqtt/.dockerignore
2025-08-16 21:45:38 +01:00

89 lines
820 B
Plaintext

# Git
.git
.gitignore
# 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
MANIFEST
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Documentation
docs/_build/
.readthedocs.yml
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
# Development files that aren't needed in container
.pre-commit-config.yaml
.flake8
.mypy_cache/
tasks.md
spec.md
CLAUDE.md
# GitHub Actions
.github/
# Example files (not needed in production)
config.example.*
=3.6.0
# Claude commands
.claude/