/target

# Virtual environments
.venv/
venv/
env/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
*.so

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

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Testing / typing / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
htmlcov/

# PyO3 / maturin
.pyo3-build/
target/wheels/

# Env files
.env
.python-version


# SECURITY 
.sesskey
.ssh
.ssh/
.ssh/id_rsa
.ssh/id_rsa.pub
.ssh/known_hosts
.ssh/config
.ssh/authorized_keys
.ssh/ssh-agent
.ssh/ssh-agent.pid
.ssh/ssh-agent.env
.DS_Store
**/.DS_Store