Files
sonobarr/.dockerignore
2026-03-03 13:56:20 -03:00

44 lines
478 B
Plaintext

# Version control
.git
.github
.gitignore
# OS / editor files
.DS_Store
.vscode/
.idea/
# Python caches
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
# Virtual environments / env files
venv/
env/
.env
.env.*
*.env
# Logs and temporary files
*.log
tmp/
# Tests and documentation
tests/
doc/
# Local config not baked into image
config/
# Project metadata / CI-only files
CHANGELOG.md
CONTRIBUTING.md
README.md
LICENSE
docker-compose.yml
pytest.ini
sonar-project.properties