# 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
venv/
env/
ENV/
.env
.venv
.python-version

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Logs
*.log
logs/
log/

# Database
*.sqlite3
*.db

# Coverage and testing
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Project specific
instance/
.webassets-cache
.env.local
.env.development
.env.test
.env.production

# Dependency directories
node_modules/
jspm_packages/

# Distribution directories
dist/
build/

# Notes and test data
# notes/
tests/*.json
felafax.egg-info/
tmp/
key.json
env/
tmp/env/

