# Generated by Cargo
# will have compiled files and executables
/target/

# I use intellij, I hate it XD
*.iml
.idea

# Mac Files
**/*.DS_Store

# These are backup files generated by rustfmt
**/*.rs.bk
.vscode/
node_modules/

# These are generated files:
/local/*

# For end-to-end tests
tests/end-to-end-test-snapshots.zip
**/__pycache__/
**/.venv/
**/cdk.out/
**/*working-dir/
