# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment venv/ env/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Environment .env .env.local # Database *.db *.sqlite *.sqlite3 # Logs *.log logs/ # Data data/historical/* !data/historical/.gitkeep # AppImage *.AppImage # OS .DS_Store Thumbs.db # Testing .pytest_cache/ .coverage .coverage.* coverage.xml htmlcov/ # Packaging packaging/AppDir/ *.AppImage