# Test Artifacts - Keep tests/ directory clean
# Only temporary files are ignored, test scripts are committed

# Test output files
*.log
test-results*.txt
test-report*.html

# Temporary test directories
.test-*
test-output/
test-env/
tmp-*/

# Mock repositories (created during tests)
mock-*/

# Test coverage reports
coverage/
.coverage

# Temporary files
*.tmp
*.swp
*~
