# Byte-compiled / optimized / compiled files
__pycache__/
*.pyc
*.pyd
*.pyo
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Editors
.vscode/
.idea/

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db

# MyPy
.mypy_cache/

# Sphinx documentation
docs/_build/

# Jupyter Notebook
.ipynb_checkpoints

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Type Checking
.pyre/
.pytype/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
*.egg-info/
.installed.cfg
*.manifest
*.spec

# Logs and temp files
*.log
tmp/
temp/

# Runtime data
*.sqlite3
*.db

# Sensitive files (if applicable, adjust as needed)
.flaskenv
instance/

*.md
!README.md
!CONTRIBUTING.md
!CODE_OF_CONDUCT.md
!docs/*.md