# ── Rust ─────────────────────────────────────────────────────────────────────
target/
Cargo.lock

# ── Python ───────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST
wheels/
.eggs/

# virtual environments
.venv/
venv/
env/
ENV/

# testing
.pytest_cache/
.hypothesis/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.tox/
.nox/

# type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/

# tools
.ruff_cache/
.pdm.toml
__pypackages__/

# ── Maturin ───────────────────────────────────────────────────────────────────
python/asynmov/_core*.so
python/asynmov/_core*.pyd

# ── IDE / OS ──────────────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
.DS_Store
