/database/tg-bot-database /settings.ini /myenv/ /venv/ /.idea/ /logs/*.log # Testing and coverage files .coverage coverage.xml htmlcov/ .pytest_cache/ __pycache__/ *.pyc *.pyo *.pyd .Python *.so # Test database files database/test.db test.db *.db # IDE and editor files .vscode/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db