# Python __pycache__/ *.py[cod] *$py.class # Virtual Environment .venv/ venv/ env/ # Environment Variables .env # Database .db/ *.sqlite3 *.db # Logs logfile *.log # Distribution / Packaging dist/ build/ *.egg-info/ # IDE settings .idea/ .vscode/ *.swp .DS_Store # MyPy .mypy_cache/ .dmypy.json dmypy.json # Pytest .pytest_cache/