# Dependencies
node_modules/

# Build output
dist/
build/
*.tsbuildinfo

# Environment files
.env
.env.local
.env.*.local
.env.anvil
config.json

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

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Testing
coverage/
.nyc_output/
junit.xml
test-results/
.env.test.local

# Temporary files
tmp/
temp/
*.tmp

# Local configuration
config.local.json
.alpha-futures/