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

# Rust
# Note: For library crates, Cargo.lock should typically be committed
# Uncomment the next line if you want to ignore Cargo.lock
# Cargo.lock
target/
**/*.rs.bk
*.pdb

# Maturin
# Maturin build artifacts
target/wheels/

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

# Environment variables
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-project
*.sublime-workspace

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

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

# Documentation
docs/_build/
site/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Profiling data
.prof

# CSV test files
*.csv
test_*.csv
!example.csv
!examples/

# Local testing artifacts
test_artifacts/
.LICENSE.backup
