# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/

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

# OS
.DS_Store
Thumbs.db

# Generated
*.generated.txt

# Test outputs
test_output/

# Build and distribution
dist/
build/
*.egg-info/

# Publishing scripts (contains local credentials/configs)
publish_pypi.bat
