# -----------------------------------------------------------------------------
# System
# -----------------------------------------------------------------------------
*.DS_Store

# -----------------------------------------------------------------------------
# Environment and Secrets
# -----------------------------------------------------------------------------
.python-version
.env
.env.*
!.env.example
.venv/
env/
venv/
.Python

# -----------------------------------------------------------------------------
# Python Bytecode
# -----------------------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.pyd

# -----------------------------------------------------------------------------
# Build and Packaging
# -----------------------------------------------------------------------------
build/
dist/
*.egg-info/
pip-wheel-metadata/
site/

# -----------------------------------------------------------------------------
# Tool Caches and Test Artifacts
# -----------------------------------------------------------------------------
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.ruff_cache/
.tox/
.nox/
.mypy_cache/
.pyre/
.hypothesis/
.ipynb_checkpoints/

# -----------------------------------------------------------------------------
# Editors
# -----------------------------------------------------------------------------
.vscode/
.idea/
*.swp
*.swo

# -----------------------------------------------------------------------------
# Logs and Local Databases
# -----------------------------------------------------------------------------
*.log
db.sqlite3

# -----------------------------------------------------------------------------
# Temporary Files
# -----------------------------------------------------------------------------
.tmp/

# -----------------------------------------------------------------------------
# Project Specific
# -----------------------------------------------------------------------------
node_modules/
.pkg-smoke
