# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Secrets
.env
.env.*
*.pem
*.key

# Distribution
*.whl
*.tar.gz
MANIFEST
