# Compiled python modules.
*.pyc
__pycache__

# Geany files
*.geany

# Backups and temporary files
*~
*.kate-swp
DEADJOE

# Logs and status files
*.log
test.log.*
.coverage
coverage.*
/htmlcov/
tested_methods.json

# Generated package and documentation:
ipernity/_version.py
/build/
/docs/_build/
/docs/_api/

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

# Experimental stuff
/experiments

# Authentication data for tests
.token.json
.key.json
