# Rust
/target/
**/*.rs.bk

site/

# Python
__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
MANIFEST

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
*.cover

# IDE - VSCode
.vscode/
*.code-workspace

# IDE - Kiro
.kiro/

# IDE - JetBrains
.idea/
*.iml

# IDE - Other
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# maturin
*.whl

# CDK
**/cdk.out/

# Logs
*.log
logs/

# Local config
.env.local
.env.*.local
