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

# Dependency directories
node_modules/

# Environment variables
.env
.env.*
env/.env.*
env/.env.prd
env/.env.dev

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# OS specific
.DS_Store

# Task files
tasks.json
tasks/ 


repomix-output.md


# Terraform files
*.tfstate
*.tfstate.*
*.tfplan
*.tfplan.*
.terraform/
.terraform.lock.hcl

# Lambda deployment packages
*.zip
infrastructure/modules/lambdas/**/*.zip
infrastructure/.terraform/tmp/

# Crash log files
crash.log
crash.*.log

# Exclude all .tfvars files, which are likely to contain sensitive data
*.tfvars
*.tfvars.json

# Ignore override files as they are usually used to override resources locally
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# Include override files you do wish to add to version control using negated pattern
# !example_override.tf

# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*

# Ignore CLI configuration files
.terraformrc
terraform.rc

# Lambda deployment packages
*.zip

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

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

# Local testing artifacts
logs/
scripts/test_data/
backups/
*.log

# Docker volumes
postgres_data/
pgadmin_data/
redis_data/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt

# Code quality tool outputs
.coverage
coverage_html/
htmlcov/
.pytest_cache/
.mypy_cache/
security-report.json
safety-report.json
lint-report/
mypy-report/
.bandit
.radon/

# OS files
.DS_Store
Thumbs.db 

infrastructure/modules/lambdas/shared/src/python
frontend/test-results
frontend/test-output
frontend/playwright-report
e2e-results
e2e-reports

# E2E test auth states
frontend/.auth/
.playwright-mcp/

tfplan

*.geojson