# ============================================
# Python
# ============================================
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
.eggs/
build/
dist/
wheels/
*.manifest
*.spec

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

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other info into it.
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
*.log
pytest_cache/
.pytest_cache/
cover/

# Jupyter Notebook
.ipynb_checkpoints

# IDEs
.idea/
.vscode/
*.code-workspace
*.python-version

# Local development
.env
.env.*
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# ============================================
# Docker
# ============================================
# Docker build and environment files
# Dockerfile.*
# docker-compose*.yml
# docker-compose*.yaml

# Docker runtime files
.docker/
.dockerignore
docker-data/
docker-volume/
tmp/
storage/
mnt/
data/
*.pid

# ============================================
# Alembic
# ============================================
# Ignore migration version scripts but keep config and documentation
alembic/versions/
alembic/README 

# (Optional) Ignore Alembic migration cache or generated temp files
alembic/*.log
alembic/__pycache__/

# ============================================
# System / Misc
# ============================================
__pycache__/
*.py[cod]
*$py.class

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# ============================================
# Security / Certificates
# ============================================
# PEM, key, and certificate files
*.pem
*.key
*.crt
*.cert
*.csr
*.der
*.pfx

# ============================================
# Project-specific
# ============================================
uv.lock
storage/
logs/
