2013-06-25 00:38:06 +02:00
|
|
|
# IDE files and folders
|
2012-02-24 05:11:06 +01:00
|
|
|
.project
|
|
|
|
.classpath
|
2013-06-25 00:38:06 +02:00
|
|
|
*.iml
|
|
|
|
.idea/
|
|
|
|
.settings/
|
2012-02-24 05:11:06 +01:00
|
|
|
|
2013-06-25 00:38:06 +02:00
|
|
|
# Compiled files
|
2012-02-24 05:11:06 +01:00
|
|
|
*.class
|
|
|
|
|
2013-06-25 00:38:06 +02:00
|
|
|
# OS files.
|
2012-02-24 05:11:06 +01:00
|
|
|
.DS_Store*
|
|
|
|
Thumbs.db
|
|
|
|
|
2013-06-25 00:38:06 +02:00
|
|
|
# Misc folders
|
2012-02-24 05:11:06 +01:00
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
misc/
|
2015-07-17 03:38:41 +02:00
|
|
|
target/
|
2013-06-25 00:38:06 +02:00
|
|
|
|
|
|
|
# Misc files
|
|
|
|
MobArena.jar
|
2015-07-17 03:38:41 +02:00
|
|
|
build.properties
|
2017-11-29 19:18:12 +01:00
|
|
|
|
|
|
|
# Virtualenv (for docs)
|
|
|
|
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
|
|
|
.Python
|
|
|
|
[Bb]in
|
|
|
|
[Ii]nclude
|
|
|
|
[Ll]ib/python*/
|
|
|
|
[Ll]ib64
|
|
|
|
[Ll]ocal
|
|
|
|
[Mm]an
|
|
|
|
[Ss]cripts
|
|
|
|
pyvenv.cfg
|
|
|
|
.venv
|
|
|
|
pip-selfcheck.json
|
|
|
|
|
|
|
|
# ReadTheDocs generated documentation
|
|
|
|
docs/_build
|