# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ ENV/ # Environment files .env !.env.example # IDE .idea/ .vscode/ *.swp *.swo # Testing .pytest_cache/ .coverage htmlcov/ # Build dist/ build/ *.egg-info/ # Database *.db *.sqlite3 # Logs *.log