# Python __pycache__/ *.py[cod] *$py.class # Virtual environments venv/ .venv/ ENV/ env/ # Packaging build/ dist/ *.egg-info/ # Logs and runtime files *.log logs/ run_web.pid # Screenshots and generated images screenshots/ # OS files .DS_Store Thumbs.db # IDE/editor .vscode/ .idea/ # Environment files .env .env.* # Cache and test .pytest_cache/ htmlcov/ .coverage # SQLite DBs *.sqlite3 *.db # pip wheel cache pip-wheel-metadata/ # Ignore local secrets or config secrets.yaml # Node node_modules/