# Python
*.py[cod]
__pycache__/
*.so
*.egg
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/
.hypothesis/
*.cover
*.py,cover
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/
pip-log.txt
pip-delete-this-directory.txt
venv/
.venv/
env/
ENV/
.conda/

# Jupyter Notebooks
.ipynb_checkpoints/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build & Testing
target/
coverage*
.cache/
nosetests.xml
coverage.xml
test-results/
playwright-report/
.nox/

# Next.js
.next/

# Benchmarks & legacy tooling
.benchmarks/
.workos/

# Data files
*.png
*.csv
*.parquet
*.feather
*.h5
*.hdf5
*.pickle
*.pkl

# Security & Credentials
.env
.env.local
.env.*.local
.envrc.local
.env.development
*.key
*.crt
*.pem
secrets/
.secrets/

# Trading specific
backtest_results/
optimization_results/
*.trades
*.positions
historical_data/
/cache/

# Temporary files
*.log
scratch/
tmp/
temp/
*.tmp
*.temp
*.bak
*.swp
*~

# IDE & Editors
.idea/
*.iml
.vscode/
*.code-workspace
.history/
.cursor/

# OS specific
.DS_Store
Thumbs.db

# Archives
*.zip
*.tar.gz

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl
*.tfvars

# Claude Code
.claude/plans/
.claude/env.sh
.claude/settings.local.json
.claude/worktrees/
.playwright-mcp/
.agents/

# Terraform plans (binary, may contain secrets)
infrastructure/terraform/tfplan
infrastructure/terraform/*.tfplan

# TypeScript build info
*.tsbuildinfo
