mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-01-12 02:00:20 +00:00
Some checks failed
Build and push containers / metadata (push) Has been cancelled
Build and push containers / build-push-containers (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Test the built package works basically. (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
ChangeDetection.io App Test / lint-code (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-10 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-11 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-12 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-13 (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
32 lines
356 B
Plaintext
32 lines
356 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
|