# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist/
build/
.next/

# Environment
.env
.env.local
.env.*.local

# Virtual environments
.venv/
venv/
ENV/
env/
backend/.venv/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
backend/.coverage
backend/test.db
backend/htmlcov/
**/__pycache__/

# Uploads
uploads/
backend/tests/uploads/
downloads/

# Coverage
.coverage
.coverage.*
htmlcov/
backend/htmlcov/

# Databases
*.db
*.sqlite
*.sqlite3

# Logs
*.log
nohup.out

# Test artifacts
backend/tmp/
tmp/
test_results_*.log
TEST_EVIDENCE.log

# Integration test outputs
integration/test-results*.log
integration/http-*.log
integration/test-server*.log

