fix: move test artifacts to tmp directory and update gitignore
- Create tmp/test_artifacts/ directory for test storage - Add tmp/ to .gitignore to exclude test artifacts from version control - Update test files to use project tmp directory instead of system temp - Add test-specific path constants for consistent configuration - Prevent asset_registry.json from being overwritten by tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
501b64089f
commit
4bcc178f43
4 changed files with 102 additions and 57 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -93,3 +93,6 @@ debug_*.py
|
|||
|
||||
# TDDAI-specific ignores
|
||||
ISSUES.index
|
||||
|
||||
# Test artifacts and temporary files
|
||||
tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue