# Python-specific
__pycache__/
*.pyc
*.pyo
*.pyd
.Python/
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory/
.tox/
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/

# IDE and Editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Version Control
.git/
.gitignore

# Operating System and temporary files
.DS_Store
Thumbs.db
*.log
*.tmp
temp/

# Build artifacts and logs
build/
dist/
*.egg-info/
*.whl
!streamlit_tetrascience_ui-*.whl

# Sensitive files
.env
*.env
tmp/
manifest.json
