# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg
*.egg
MANIFEST

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

# Local development settings
*.local
.local/
*.local.*
config.local.yaml
config.local.yml

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

# Logs and databases
*.log
*.sqlite
*.db

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Distribution / packaging
.Python
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
dist/
build/
*.egg-info/

# PyPI configuration
~/.pypirc
.pypirc

# Jupyter Notebook
.ipynb_checkpoints

# Cache directories
.cache/
.mypy_cache/
.dmypy.json
dmypy.json

# Project specific
llm_cache/
test_files/
temp/
output/ 
.envrc
push-test-pypi.sh 
