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

# Virtual environments
.venv/
venv/
env/
ENV/

# Pytest / test cache
.pytest_cache/
.coverage
htmlcov/
*.coveragerc

# Type checkers
.mypy_cache/
.dmypy.json
.pytype/

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

# OS
.DS_Store
Thumbs.db

# Secrets / credentials
.pypirc
~/.pypirc
~/
*.env
.env
.env.*
secrets.*
