# 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

# Virtual Environment
venv/
ENV/
env/
.venv

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

# Project specific
.env
data/output/*
data/input/*
!data/input/.gitkeep
!data/output/.gitkeep
*.db
*.sqlite
query_history.json
cache/
logs/

# OS
.DS_Store
Thumbs.db