From 5b044696f642a9447062233da049384d6b4d3075 Mon Sep 17 00:00:00 2001 From: aitbc Date: Tue, 19 May 2026 18:10:45 +0200 Subject: [PATCH] chore: clean up .gitignore - deduplicate, add venv_staging, untrack legacy CLI --- .gitignore | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 1d88c71a..ffa25f2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # AITBC Monorepo ignore rules -# Updated: 2026-04-02 - Project reorganization and security fixes -# Development files organized into subdirectories +# Updated: 2026-05-19 - Deduplication, added venv_staging, fixed legacy CLI # =================== # Python @@ -15,6 +14,7 @@ __pycache__/ .venv/ */.venv/ venv/ +venv_staging/ env/ *.egg-info/ *.egg @@ -239,7 +239,6 @@ contracts/artifacts/ cli/build/ cli/dist/ cli/commands.legacy/ -cli/aitbc_cli.legacy.py dev/test-nodes/*.log # Local test fixtures and E2E testing @@ -309,8 +308,6 @@ infra/helm/values/prod.yaml # =================== # Coverage reports # =================== -htmlcov/ -.coverage .coverage.* coverage.xml *.cover @@ -334,14 +331,9 @@ guardian_contracts/ .agent_data/* results/ tools/ -production/data/ -production/logs/ -config/ api_keys.txt *.yaml !*.example -dev/cache/logs/ -dev/test-nodes/*/data/ backups/*/config/ backups/*/logs/ @@ -350,28 +342,6 @@ backups/*/logs/ # =================== monitoring/*.pid systemd/*.backup -data/ -config/ -logs/ -production/data/ -production/logs/ -*.log -*.log.* -*.db -*.db-wal -*.db-shm -!*.example -data/ -config/ -logs/ -production/data/ -production/logs/ -*.log -*.log.* -*.db -*.db-wal -*.db-shm -!*.example codeql-db/ # Poetry lock files (coordinator-api uses local poetry)