# Python
__pycache__/
*.py[cod]
*.so
.venv/
venv/
*.egg-info/
dist/
build/
.eggs/

# Environment
.env

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Test projects
test_algo/
test_algo2/

# Package output
*.tar.gz

*.http