toxic-repos/.gitignore
sergiomarotco 1f55204572 gitignore
2024-08-28 22:03:04 +03:00

23 lines
203 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/
# Visual studio files
.vs/