anvil/.gitignore
Vladimir U. Novikov 8da3705cb2 yyoom: extending error messages
Extending messages when installing / removing packages failed.
Updated .gitignore for excluding PyCharm IDE files.
Small code refactoring: _get_action_type_map, _parse_argument
Extended YyoomBase class and renamed to _YyoomBase (private class).
Fixing _YoomBase creation order to avoid unneeded data in the JSON.

Change-Id: Icb2e67264dbf1b2b251b4ca1680e5b14eff06027
2013-09-16 13:41:55 +03:00

44 lines
403 B
Plaintext

# Python files
.venv
*.pyc
/build/
/dist/
/tools/yyoomc
.coverage
*.egg-info
doc/source/sourcecode
# Metafiles
AUTHORS
ChangeLog
TAGS
# Backups
*_flymake.*
*~
# IDE files
.settings/
*.komodoproject
.metadata/
.project
.pydevproject
# PyCharm IDE files
.idea/
pycharm-debug.egg
pycharm-debug.py
# Temp and status files
*.db
.*.swp
*.log
*.pid
pidfile
.DS_Store
*.rc
.anvil_bootstrapped
.bootstrap