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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Test coverage
.coverage
htmlcov/

# Config (don't commit API keys)
.env
