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

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

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

# Environment
.env
.venv/
venv/
env/

# PyPI credentials (NEVER commit)
.pypirc

# OS
.DS_Store
Thumbs.db

