-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (20 loc) · 776 Bytes
/
Copy path.gitignore
File metadata and controls
25 lines (20 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
### Files to ignore
*/ignore*
local/*
# Ignore example data if I have that copied from the website for live days when aocd is not yet working for examples
*/*exampledata*
*/*_data*
# Symlink within my rust folder to the aocd cache containing .txt files with the inputs named "YYYY_DD_input.txt"
aoc_2018/aoc_rust_2018/input
### Python template
.idea
.vscode
# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock