advent-of-code/.gitignore

20 lines
168 B
Plaintext
Raw Permalink Normal View History

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