Syntax: regexp
# Byte-compiled / optimized / DLL files
__pycache__/
\.pyc$
\.pyd$
\.pyo$

# C extensions
\.so$

# Distribution / packaging
\.Python
^env/
^test_env/
^build/
^develop-eggs/
^dist/
^eggs/
^lib/
^lib64/
^sdist/
^natcap\.invest\.egg-info/
\.egg$

# Unit test / coverage reports
^htmlcov/
^\.tox/
^\.coverage
^cover/
^\.cache
^nosetests\.xml$
^coverage\.xml$

# Sphinx documentation
^doc/api-docs/build

# Repositories (tracked in their own SCMs)
^data/invest-data
^data/invest-test-data
