# Build artifacts
dist/
build/
*.egg-info/
src/*.egg-info/

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

# Virtual environments
.venv/
venv/
ENV/

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

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

# OS
.DS_Store
Thumbs.db

# Credentials (never commit these)
.pypirc
coverage.json
