# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# Environment variables
.env
.env.local

# Certificates (contain private keys)
certs/
*.pem
*.key
*.crt
*.pfx

# Logs
*.log

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

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

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db
