# Python __pycache__/ *.py[cod] *.pyo *.pyd *.egg *.egg-info/ dist/ build/ .eggs/ *.whl # Virtual environments .env .venv/ venv/ env/ # Database files (user data — never commit) *.db *.sqlite *.sqlite3 # Test / coverage artifacts .pytest_cache/ .coverage htmlcov/ .tox/ # Editor .vscode/ .idea/ *.swp *~ # macOS .DS_Store # Config (may contain secrets) ~/.config/modpack-checker/