# Python cache and build artifacts __pycache__/ *.py[cod] *.so .build/ .eggs/ *.egg-info/ # Virtual environments .venv/ venv/ ENV/ env/ # Jupyter checkpoints .ipynb_checkpoints/ # Logs and data app/data/*.db* app/data/backups/ app/data/logs/ *.log # Streamlit temporary files .streamlit/ # System files .DS_Store Thumbs.db