mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-03-28 17:43:06 +01:00
Add data directory to .gitignore and include rrdtool dependency in pyproject.toml
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -53,6 +53,9 @@ htmlcov/
|
||||
config.yaml
|
||||
identity.json
|
||||
|
||||
# Data
|
||||
data/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
@@ -48,6 +48,10 @@ dependencies = [
|
||||
hardware = [
|
||||
"pymc_core[hardware]",
|
||||
]
|
||||
# RRD metrics (Performance Metrics chart); system librrd required (e.g. apt install rrdtool)
|
||||
rrd = [
|
||||
"rrdtool",
|
||||
]
|
||||
dev = [
|
||||
"pytest>=7.4.0",
|
||||
"pytest-asyncio>=0.21.0",
|
||||
|
||||
Reference in New Issue
Block a user