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

# Virtual Environment
venv/
env/
ENV/
.venv

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.dmypy.json
dmypy.json

# Environment
.env
.env.local
*.env

# Logs
*.log

# Temporary files
*.tmp
test_*.json
chatbot_conversation.json

# Build artifacts (kept in repo for releases)
# *.whl
# *.tar.gz

# Public website (separate git repository)
site-docs/

# Build artifacts (regenerated by `python -m build`)
dist/
