# Python
*.pyc
__pycache__/
*.pyo
*.pyd
.Python
*.so

# Virtual environments
.venv/
venv/
ENV/

# Package build
dist/
build/
*.egg-info/
*.egg

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

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

# Environment
.env
.env.local

# Data files (Oracle dump)
data/

# uv
uv.lock

# Output
*.json
!package.json
output/