diff --git a/.gitignore b/.gitignore index 43f6f24..1cdaf5c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,10 @@ debian/collectd-web/** /debian/*.substvars /debian/generated/ /debian/tmp/ + +*.pyc +*.pyo +*.pyd +__pycache__/ +venv/ +.venv/ diff --git a/WARP.md b/WARP.md new file mode 100644 index 0000000..1ee1a00 --- /dev/null +++ b/WARP.md @@ -0,0 +1,14 @@ +# Warp (Agent) Project Rules + +These rules help Warp (the AI agent) work effectively in this repository. + +## GitHub workflow (IMPORTANT) + +- All GitHub interactions (creating/viewing issues, opening PRs, reviewing PRs, commenting) should be done through the GitHub MCP server, not the GitHub CLI. + +## Feature Development + +- When adding new features, ensure that you create a new branch from the latest `main` +- Name branches descriptively based on the feature being developed (e.g., `feature/add-authentication`). +- Write clear and concise commit messages that describe the changes made. +- Once, the feature is complete, open a pull request (PR) against the `main` branch for review. diff --git a/site/index.html b/site/index.html index dabef20..b45d109 100644 --- a/site/index.html +++ b/site/index.html @@ -5,62 +5,27 @@