Files
insta/.gitignore
Beyhan Oğur 2be3a313ad first commit
2026-04-26 22:26:46 +03:00

17 lines
138 B
Plaintext

*.pyc
__pycache__/
*.sqlite3
env/
.venv/
venv/
.env.DS_Store
*.egg-info/
dist/
build/
.idea/
.vscode/
*.log
db.sqlite3
.coverage
htmlcov/