# Version control
.git
.gitignore
.github

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

# Rust
entroly-core/target/
**/.cargo/
Cargo.lock

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.ci_venv/
.ci_test_venv/

# Testing/Logs
.pytest_cache/
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
test_out*.txt

# IDEs
.idea/
.vscode/
*.swp
*.swo
