
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
dist/
build/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
test-results/
coverage.xml

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.spyderproject
.spyproject

# OS
**/.DS_Store
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment variables
.env
.env.*
!.env.example

# Logs
*.log
logs/
app.log
performance.log

# Data and downloads
data/
downloads/
processed/
temp/
tmp/
cache/

# Project specific
scratchpad.txt
.claude

# Terraform
infrastructure/.terraform/
infrastructure/.terraform.lock.hcl
infrastructure/terraform.tfstate*
infrastructure/.terraform.tfstate.lock.info

# Docker
.docker/

# Poetry

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Large files
*.pdf
*.zip
*.tar.gz
*.rar

# Node modules (if any)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Mac
.AppleDouble
.LSOverride

# Generated files
generated/
output/
generated_images/

HRM/
# tests/
test_answers/
upload_test_datasets.py


claude.md