1
0
Fork 0
adventofcode/.gitignore

14 lines
153 B
Plaintext
Raw Normal View History

2017-12-04 14:47:06 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# virtualenv
.venv
venv/
ENV/
2017-12-04 18:17:43 +00:00
# Advent of Code puzzle inputs
input.txt
input