2022-04-29 04:39:51 +02:00
|
|
|
# Secrets
|
2017-04-04 20:12:45 +02:00
|
|
|
credentials
|
|
|
|
praw
|
2022-04-29 04:39:51 +02:00
|
|
|
|
|
|
|
# Temporary files
|
2023-03-21 13:29:18 +01:00
|
|
|
temp-atlas.json
|
2023-03-22 15:20:14 +01:00
|
|
|
temp-atlas-manual.*
|
|
|
|
temp.*
|
|
|
|
temp-read-ids.txt
|
2022-04-29 04:39:51 +02:00
|
|
|
allCharacters.txt
|
|
|
|
combined.js
|
|
|
|
|
|
|
|
# Excluded files
|
2022-04-05 19:03:40 +02:00
|
|
|
*.DS_Store
|
2022-04-08 03:53:33 +02:00
|
|
|
.vscode/
|
2022-04-29 04:39:51 +02:00
|
|
|
|
|
|
|
# Build files
|
2022-04-28 15:10:22 +02:00
|
|
|
node_modules/
|
|
|
|
dist*/
|
2022-04-29 04:39:51 +02:00
|
|
|
|
|
|
|
# Cache folders
|
|
|
|
*.pyc
|
|
|
|
.cache
|
|
|
|
.parcel-cache
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Enviroment folders
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|