# Secrets
api-token
.pypirc
*.pem
*.key
.env*

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

# Virtual environments
.venv/
venv/
env/

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

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

# Ruff
.ruff_cache/
