# Virtual environments
.venv/
venv/
env/
.python-version

# Environment files with secrets
.env
.env.*
*.local

# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/

# IDE and OS files
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Foundry config
.foundry/
build-source-*/

# Git
.git/
.gitignore

# Docker
.dockerignore

# Documentation
docs/
*.md
!README.md
LICENSE
