# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/
*.egg
wheels/
pip-wheel-metadata/

# UV package manager
uv.lock

# Environment variables (contains API keys)
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# PyCharm
.idea/
*.iml

# VS Code
.vscode/
*.code-workspace

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Old script (replaced by CLI)
deckard.py
analyzer.py

# Auto-generated version file
src/sandevistan/_version.py

# Build artifacts
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Local development
*.local
.scratch/
scratch/
temp/
tmp/


