Skip to content

Commit c2e1abd

Browse files
committed
added gitignores
1 parent cc96b5e commit c2e1abd

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
notes.txt
2+
3+
.idea/
4+
5+
*.swp
6+
package-lock.json
7+
__pycache__
8+
.pytest_cache
9+
.env
10+
.venv
11+
*.egg-info
12+
13+
# CDK asset staging directory
14+
.cdk.staging
15+
cdk.out
16+
=======
117
# Byte-compiled / optimized / DLL files
218
__pycache__/
319
*.py[cod]

0 commit comments

Comments
 (0)