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

# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.vs/
.spyderproject
.spyproject
.ropeproject

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

# FastS3 specific
.fasts3/
fake_credentials

# OS specific
.DS_Store
Thumbs.db
*.log
logs/
*.pid
*.seed
*.pid.lock

# Documentation
docs/_build/
site/

# Jupyter Notebook
.ipynb_checkpoints

# Project specific
.local-s3-server/
.s3store/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
venv/
env/
.env/

# IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Misc
*.log
.DS_Store

