# =============================================================================
# Local Testing (contains credentials - never commit)
# =============================================================================
TESTING_LOCAL.md
DEPENDENCY_VERSIONS.md

# =============================================================================
# Python
# =============================================================================

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Translations
*.mo
*.pot

# Environments
.env
.env.*
!.env.example
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# =============================================================================
# Hatch
# =============================================================================
.hatch/

# =============================================================================
# IDE / Editors
# =============================================================================

# VS Code
.vscode/
*.code-workspace

# PyCharm / IntelliJ
.idea/
*.iml
*.ipr
*.iws
out/

# Sublime Text
*.sublime-project
*.sublime-workspace

# Vim
*.swp
*.swo
*~
.vim/

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# =============================================================================
# OS Generated
# =============================================================================

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

# =============================================================================
# Project Specific
# =============================================================================

# Local configuration
*.local.yaml
*.local.json
config.local.*
.secrets/
secrets/

# Logs
logs/
*.log

# Temporary files
tmp/
temp/
*.tmp
*.temp

# Data files (potentially large)
data/
*.db
*.sqlite
*.sqlite3

# Notebooks checkpoints
.ipynb_checkpoints/

# Documentation build
docs/_build/

# Benchmarks
.benchmarks/

# Profiling
*.prof
*.lprof

# Debug
.debug/

# Local config
.env
.env.local
config.local.yaml
config.local.yml

# Oracle wallet files
**/oracle_wallet/
*.wallet
cwallet.sso
ewallet.p12
ewallet.pem
tnsnames.ora
sqlnet.ora
ojdbc.properties
*.jks

# Local development scripts (not tracked)
scripts/local/
scripts/test_*.sh

# Development test files (not user-facing examples)
examples/test_*.py
examples/mcp_test_*.py
examples/start_and_test.sh

# Old tutorials directory (superseded by examples/tutorial_*.py)
/tutorials/
site/
.claude/

# Tutorial 49 audio output (regenerated each run).
examples/tutorial_49_response.mp3
examples/tutorial_50_question.wav
examples/tutorial_50_answer.wav
examples/tutorial_50_answer.mp3
