toxic-repos/.gitignore
2022-05-08 09:49:14 +03:00

21 lines
176 B
Plaintext

-*
.idea/
src/
# Scripts
scripts/sqlite-converter.py
scripts/txt-converter.py
# Sqlite3
sqlite3.def
sqlite3.dll
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/