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

# Virtual environments
.venv/
venv/
ENV/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
*.whl
*.tar.gz

# Secrets and session files
*.json
.env
.env.*
*.pem
*.key

# macOS
.DS_Store

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