Python

pycache/
*.py[cod]
*$py.class

Distribution / Packaging

dist/
build/
*.egg-info/
.eggs/

Virtual Environments

.venv/
venv/
env/

IDEs

.idea/
.vscode/
*.swp

OS generated files

.DS_Store
Thumbs.db

Logs

*.log

Unit test / Coverage reports

.pytest_cache/
.coverage
htmlcov/

Streamlit

.streamlit/