# Ignore all dotfiles...
.*

# Ignore all pyc file
*.pyc

# Ignore the virtualenv
/venv*

# Ignore collectstatic dir
/static/

# except for .gitignore
!/.gitignore
!/.env_example

/media/*
