# Virtual environments
venv/
.venv/
env/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache
.pre-commit/

# Environment variables / secrets
.env
.env.local
*.pem
*.key
.pypirc

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Editable install metadata
src/*.egg-info/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# VS Code workspace settings
.vscode/

# VS Code workspace file
*.code-workspace

# Logs
*.log
logs/

# Database files
*.db
*.sqlite
*.sqlite3

# Node modules
node_modules/
npm-debug.log

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

# AWS CLI local config
.aws/

# Project specific
