.gitignore 118 B

1234567891011
  1. *.swp
  2. package-lock.json
  3. __pycache__
  4. .pytest_cache
  5. .env
  6. *.egg-info
  7. # CDK asset staging directory
  8. .cdk.staging
  9. cdk.out