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

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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# SalesNexus config (contains API keys!)
.salesnexus/
config.toml

# Test / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Build artifacts
*.whl
*.tar.gz
