# This file is used to specify files and directories that should be ignored by Git.
# It is a common practice to include this file in the root of a repository.
# For more information, see https://git-scm.com/docs/gitignore

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

# C extensions
*.so

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

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

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
venv/
.venv/
.python-version
.pytest_cache

# Translations
*.mo
*.pot

# Django stuff:
*.log

# MkDocs documentation
site/
docs/_build/
docs/autoapi/
docs/*.log
docs/all_warnings.txt
docs/full_build_output.txt

# PyBuilder
target/

#Ipython Notebook
.ipynb_checkpoints

# dotenv
.env
.env.*
!.env.example

# Logs directory
logs/

# IDE and Editor files
.vscode/
.idea/
.cursor/.mcp.json
*.swp
*.swo
*~
.claude/settings.local.json

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# MyPy type checker
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Security and secrets
*.key
*.pem
*.p12
secrets/
credentials/

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

# Build artifacts from Poetry packaging
build/
dist/
*.tar.gz
*.whl

# SARIF security scan results
*.sarif

# Local development and debug files
debug_*.py
demo_*.py
enhanced_client_example.py
enhanced_client_v2*.py
simple_test_client.py
test_client.py
test_defaults.py
test_lint_integration.py
test_pagination*.py
test_poetry_client.py
debug_pagination.py
debug_products.py
demo_transport.py
quick_test_*.py

# Keep important test files (in tests/ directory)
!tests/

# Generated API documentation
api_docs/
openapi_docs/

# Backup files
*.orig
*.rej

# Coverage and analysis files
coverage.json
api_analysis_results.json
validation_results.json

# Generated MCP metadata
tools.json

# Claude
.claude/settings.local.json

# Node.js / TypeScript packages
node_modules/
*.tsbuildinfo
