# Python *.pyc __pycache__/ .pytest_cache/ .coverage htmlcov/ # Virtual Environment .venv/ venv/ env/ # Flask-specific instance/ *.sqlite *.db # IDE and OS files .idea/ .vscode/ .DS_Store Thumbs.db # Logs and temporary files *.log tmp/