14 lines
114 B
Plaintext
14 lines
114 B
Plaintext
# Temporary files.
|
|
*.c
|
|
*.exe
|
|
*.json
|
|
*.out
|
|
*.txt
|
|
|
|
# User created files.
|
|
*.user
|
|
|
|
# Python cache.
|
|
__pycache__/
|
|
*.pyc
|