# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific
.env
.env.*
!.env.example
*.log
logs/
data/downloads/
data/processed/

# Git
.git/
.gitignore

# Documentation
*.md
docs/
README.md
DEPLOYMENT.md

# Infrastructure
infrastructure/
.github/
.langgraph_api/

# Frontend (if any)
frontend-lite/
node_modules/

# Development files
Makefile
docker-compose.yml
.dockerignore
Dockerfile
*.postman_collection.json

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

# Large files
*.pdf
*.zip
*.tar.gz