19 lines
170 B
Plaintext
19 lines
170 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
.docker
|
|
|
|
# Python
|
|
app/__pycache__/
|
|
app/*/__pycache__/
|
|
app/*/*/__pycache__/
|
|
app/*/*/*/__pycache__/
|
|
.env/
|
|
.venv/
|
|
venv/
|
|
|
|
# Bash
|
|
bash.session
|