๐Ÿ“ฆ dhruvmanila / advent-of-code

๐Ÿ“„ .gitignore ยท 23 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.egg-info/

# Jupyter Notebook
.ipynb_checkpoints

# Environments
.env
.venv
env/
venv/

# mypy
.mypy_cache/

*.DS_Store
.idea
.vscode

scratch/