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

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

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.iml

# Testing
.coverage
htmlcov/
.tox/

# OS
.DS_Store
*~

# Ruff
.ruff_cache/

# Secrets & credentials
.env
.env.*
*.pem
*.key
secrets.json
config.local.*

# PyPI credentials
.pypirc

# Editor backups that might contain sensitive info
*.bak
*.swp
