chore: clean up .gitignore - deduplicate, add venv_staging, untrack legacy CLI
This commit is contained in:
34
.gitignore
vendored
34
.gitignore
vendored
@@ -1,6 +1,5 @@
|
|||||||
# AITBC Monorepo ignore rules
|
# AITBC Monorepo ignore rules
|
||||||
# Updated: 2026-04-02 - Project reorganization and security fixes
|
# Updated: 2026-05-19 - Deduplication, added venv_staging, fixed legacy CLI
|
||||||
# Development files organized into subdirectories
|
|
||||||
|
|
||||||
# ===================
|
# ===================
|
||||||
# Python
|
# Python
|
||||||
@@ -15,6 +14,7 @@ __pycache__/
|
|||||||
.venv/
|
.venv/
|
||||||
*/.venv/
|
*/.venv/
|
||||||
venv/
|
venv/
|
||||||
|
venv_staging/
|
||||||
env/
|
env/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
*.egg
|
*.egg
|
||||||
@@ -239,7 +239,6 @@ contracts/artifacts/
|
|||||||
cli/build/
|
cli/build/
|
||||||
cli/dist/
|
cli/dist/
|
||||||
cli/commands.legacy/
|
cli/commands.legacy/
|
||||||
cli/aitbc_cli.legacy.py
|
|
||||||
dev/test-nodes/*.log
|
dev/test-nodes/*.log
|
||||||
|
|
||||||
# Local test fixtures and E2E testing
|
# Local test fixtures and E2E testing
|
||||||
@@ -309,8 +308,6 @@ infra/helm/values/prod.yaml
|
|||||||
# ===================
|
# ===================
|
||||||
# Coverage reports
|
# Coverage reports
|
||||||
# ===================
|
# ===================
|
||||||
htmlcov/
|
|
||||||
.coverage
|
|
||||||
.coverage.*
|
.coverage.*
|
||||||
coverage.xml
|
coverage.xml
|
||||||
*.cover
|
*.cover
|
||||||
@@ -334,14 +331,9 @@ guardian_contracts/
|
|||||||
.agent_data/*
|
.agent_data/*
|
||||||
results/
|
results/
|
||||||
tools/
|
tools/
|
||||||
production/data/
|
|
||||||
production/logs/
|
|
||||||
config/
|
|
||||||
api_keys.txt
|
api_keys.txt
|
||||||
*.yaml
|
*.yaml
|
||||||
!*.example
|
!*.example
|
||||||
dev/cache/logs/
|
|
||||||
dev/test-nodes/*/data/
|
|
||||||
backups/*/config/
|
backups/*/config/
|
||||||
backups/*/logs/
|
backups/*/logs/
|
||||||
|
|
||||||
@@ -350,28 +342,6 @@ backups/*/logs/
|
|||||||
# ===================
|
# ===================
|
||||||
monitoring/*.pid
|
monitoring/*.pid
|
||||||
systemd/*.backup
|
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/
|
codeql-db/
|
||||||
|
|
||||||
# Poetry lock files (coordinator-api uses local poetry)
|
# Poetry lock files (coordinator-api uses local poetry)
|
||||||
|
|||||||
Reference in New Issue
Block a user