1
0
Fork 0
adventofcode/.gitignore

14 lines
153 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# virtualenv
.venv
venv/
ENV/
# Advent of Code puzzle inputs
input.txt
input