This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git

commit d23dbb41aea6c5c3ecfe8fcda81779b4c46ff6f1
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Aug 13 16:06:22 2025 +0100

    Add a .gitignore
---
 .gitignore | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7d0f678
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+__pycache__/
+.DS_Store
+.env
+.mypy_cache/
+.pytest_cache/
+.ruff_cache/
+.venv/
+.vscode/
+*.egg-info/
+*.pyc
+dev/
+dist/
+node_modules/
+package-lock.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to