advent-of-code/.gitignore

20 lines
168 B
Plaintext
Raw Normal View History

2021-12-01 13:46:22 +00:00
.venv
node_modules
2022-12-10 01:12:14 +00:00
*.txt
2023-11-01 22:28:25 +00:00
.env*
2023-11-18 15:45:50 +00:00
# Added by cargo
/target
2024-12-08 20:36:04 +00:00
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv