Files
changedetection.io/.gitignore
2026-02-02 18:10:55 +01:00

33 lines
368 B
Plaintext

# Byte-compiled / optimized / DLL files
**/__pycache__
**/*.py[cod]
# Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
# Distribution / packaging
build/
dist/
*.egg-info*
# Virtual environment
.env
.venv/
venv/
.python-version
# IDEs
.idea
.vscode/settings.json
*~
# Datastore files
datastore/
test-datastore/
# Memory consumption log
test-memory.log
tests/logs/